Home
last modified time | relevance | path

Searched refs:TFD_MAX_PAYLOAD_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c1278 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE, in iwl_pcie_gen2_enqueue_hcmd()
1347 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c1436 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE, in iwl_pcie_enqueue_hcmd()
1515 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_enqueue_hcmd()
H A Dtrans.c3556 TFD_MAX_PAYLOAD_SIZE); in iwl_trans_pcie_dump_data()
3626 caplen = min_t(u32, TFD_MAX_PAYLOAD_SIZE, cmdlen); in iwl_trans_pcie_dump_data()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h561 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct il_device_cmd)) macro
H A Dcommon.c3134 BUG_ON((fix_size > TFD_MAX_PAYLOAD_SIZE) && in il_enqueue_hcmd()