Home
last modified time | relevance | path

Searched refs:TFD_MAX_PAYLOAD_SIZE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c102 * TFD_MAX_PAYLOAD_SIZE and they aren't dynamically allocated into in iwl_pcie_gen2_enqueue_hcmd()
105 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE, in iwl_pcie_gen2_enqueue_hcmd()
172 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c973 * the TFD_MAX_PAYLOAD_SIZE and they aren't dynamically in iwl_pcie_enqueue_hcmd()
977 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE, in iwl_pcie_enqueue_hcmd()
1053 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_enqueue_hcmd()
H A Dtrans.c3364 TFD_MAX_PAYLOAD_SIZE); in iwl_trans_pcie_dump_data()
3433 caplen = min_t(u32, TFD_MAX_PAYLOAD_SIZE, cmdlen); in iwl_trans_pcie_dump_data()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c149 * TFD_MAX_PAYLOAD_SIZE and they aren't dynamically allocated into in iwl_pcie_gen2_enqueue_hcmd()
152 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE, in iwl_pcie_gen2_enqueue_hcmd()
219 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c1256 * the TFD_MAX_PAYLOAD_SIZE and they aren't dynamically in iwl_pcie_enqueue_hcmd()
1260 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE, in iwl_pcie_enqueue_hcmd()
1336 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_enqueue_hcmd()
H A Dtrans.c3274 TFD_MAX_PAYLOAD_SIZE); in iwl_trans_pcie_dump_data()
3343 caplen = min_t(u32, TFD_MAX_PAYLOAD_SIZE, cmdlen); in iwl_trans_pcie_dump_data()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h211 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd)) macro
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h162 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd)) macro
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h561 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct il_device_cmd)) macro
863 * required buffer > TFD_MAX_PAYLOAD_SIZE, in il_get_cmd_idx()
H A Dcommon.c3131 * the TFD_MAX_PAYLOAD_SIZE, and it sent as a 'small' command then in il_enqueue_hcmd()
3135 BUG_ON((fix_size > TFD_MAX_PAYLOAD_SIZE) && in il_enqueue_hcmd()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h561 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct il_device_cmd)) macro
863 * required buffer > TFD_MAX_PAYLOAD_SIZE, in il_get_cmd_idx()
H A Dcommon.c3129 * the TFD_MAX_PAYLOAD_SIZE, and it sent as a 'small' command then in il_enqueue_hcmd()
3133 BUG_ON((fix_size > TFD_MAX_PAYLOAD_SIZE) && in il_enqueue_hcmd()

Completed in 42 milliseconds