Searched refs:num_tbs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-fh.h481 * @ num_tbs 0-4 number of active tbs
505 u8 num_tbs; member in struct:iwl_tfd
H A Diwl-agn.c432 tfd->num_tbs = idx + 1;
437 return tfd->num_tbs & 0x1f;
455 int num_tbs; local
460 num_tbs = iwl_tfd_get_num_tbs(tfd);
462 if (num_tbs >= IWL_NUM_OF_TBS) {
463 IWL_ERR(priv, "Too many chunks: %i\n", num_tbs);
469 if (num_tbs)
476 for (i = 1; i < num_tbs; i++)
501 u32 num_tbs; local
510 num_tbs
[all...]

Completed in 88 milliseconds