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 D | tx-gen2.c | 102 * 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 D | tx.c | 973 * 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 D | trans.c | 3364 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 D | tx-gen2.c | 149 * 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 D | tx.c | 1256 * 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 D | trans.c | 3274 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 D | iwl-trans.h | 211 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd)) macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 162 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd)) macro
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 561 #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 D | common.c | 3131 * 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 D | common.h | 561 #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 D | common.c | 3129 * 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