Go back –> iwl3945 kerneldoc
iwl_queue_inc_wrap - increment queue index, wrap back to beginning @index -- current index @n_bd -- total number of entries in queue (must be power of 2)
int
iwl_queue_inc_wrap
(
int index,
int n_bd)
Arguments
iwl_queue_dec_wrap - decrement queue index, wrap back to end @index -- current index @n_bd -- total number of entries in queue (must be power of 2)
int
iwl_queue_dec_wrap
(
int index,
int n_bd)
Arguments
iwl_beacon_time_mask_low - mask of lower 32 bit of beacon time @priv -- pointer to iwl_priv data structure @tsf_bits -- number of bits need to shift for masking)
u32
iwl_beacon_time_mask_low
(
struct iwl_priv * priv,
u16 tsf_bits)
Arguments
iwl_beacon_time_mask_high - mask of higher 32 bit of beacon time @priv -- pointer to iwl_priv data structure @tsf_bits -- number of bits need to shift for masking)
u32
iwl_beacon_time_mask_high
(
struct iwl_priv * priv,
u16 tsf_bits)
Arguments