Searched refs:txcmd_size (Results 1 – 2 of 2) sorted by relevance
47 int txcmd_size, txcmd_align; in iwl_trans_alloc() 50 txcmd_size = sizeof(struct iwl_tx_cmd); in iwl_trans_alloc() 53 txcmd_size = sizeof(struct iwl_tx_cmd_gen2); in iwl_trans_alloc() 56 txcmd_size = sizeof(struct iwl_tx_cmd_gen3); in iwl_trans_alloc() 60 txcmd_size += sizeof(struct iwl_cmd_header); in iwl_trans_init() 61 txcmd_size += 36; /* biggest possible 802.11 header */ in iwl_trans_init() local 64 if (WARN_ON(trans->trans_cfg->gen2 && txcmd_size >= txcmd_align)) in iwl_trans_init() 71 txcmd_size, txcmd_align, in iwl_trans_init()
5623 size_t txcmd_size; local5728 txcmd_size = sizeof(*tx);5737 txcmd_size = sizeof(*tx);5781 txcmd_size + hdrlen + pad - IWX_FIRST_TB_SIZE);