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

/drivers/net/wireless/iwlwifi/pcie/
H A Dtx.c370 tfd->num_tbs = idx + 1;
375 return tfd->num_tbs & 0x1f;
383 int num_tbs; local
386 num_tbs = iwl_pcie_tfd_get_num_tbs(tfd);
388 if (num_tbs >= IWL_NUM_OF_TBS) {
389 IWL_ERR(trans, "Too many chunks: %i\n", num_tbs);
396 for (i = 1; i < num_tbs; i++)
401 tfd->num_tbs = 0;
452 u32 num_tbs; local
461 num_tbs
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-fh.h496 * @ num_tbs 0-4 number of active tbs
520 u8 num_tbs; member in struct:iwl_tfd
/drivers/net/wireless/iwlegacy/
H A D4965-mac.c3914 tfd->num_tbs = idx + 1;
3920 return tfd->num_tbs & 0x1f;
3939 int num_tbs; local
3944 num_tbs = il4965_tfd_get_num_tbs(tfd);
3946 if (num_tbs >= IL_NUM_OF_TBS) {
3947 IL_ERR("Too many chunks: %i\n", num_tbs);
3953 if (num_tbs)
3959 for (i = 1; i < num_tbs; i++)
3982 u32 num_tbs; local
3991 num_tbs
[all...]
H A Dcommon.h2444 * @ num_tbs 0-4 number of active tbs
2468 u8 num_tbs; member in struct:il_tfd

Completed in 157 milliseconds