Searched refs:TFD_MAX_PAYLOAD_SIZE (Results 1 – 6 of 6) sorted by relevance
719 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE, in iwl_pcie_gen2_enqueue_hcmd()786 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_gen2_enqueue_hcmd()
1566 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE, in iwl_pcie_enqueue_hcmd()1642 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_enqueue_hcmd()
2967 cmdq->n_window * (sizeof(*txcmd) + TFD_MAX_PAYLOAD_SIZE); in iwl_trans_pcie_dump_data()3085 caplen = min_t(u32, TFD_MAX_PAYLOAD_SIZE, cmdlen); in iwl_trans_pcie_dump_data()
208 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd)) macro
576 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct il_device_cmd)) macro
3154 BUG_ON((fix_size > TFD_MAX_PAYLOAD_SIZE) && in il_enqueue_hcmd()