Lines Matching refs:hdrlen
277 int hdrlen) in iwl_mvm_set_tx_cmd_crypto() argument
280 u8 *crypto_hdr = skb_frag->data + hdrlen; in iwl_mvm_set_tx_cmd_crypto()
323 int hdrlen, struct ieee80211_sta *sta, u8 sta_id) in iwl_mvm_set_tx_params() argument
340 iwl_mvm_set_tx_cmd_crypto(mvm, info, tx_cmd, skb, hdrlen); in iwl_mvm_set_tx_params()
361 int hdrlen = ieee80211_hdrlen(hdr->frame_control); in iwl_mvm_tx_skb_non_sta() local
409 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, hdrlen, NULL, sta_id); in iwl_mvm_tx_skb_non_sta()
417 memcpy(tx_cmd->hdr, hdr, hdrlen); in iwl_mvm_tx_skb_non_sta()
452 int hdrlen; in iwl_mvm_tx_skb() local
456 hdrlen = ieee80211_hdrlen(fc); in iwl_mvm_tx_skb()
464 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, hdrlen, sta, mvmsta->sta_id); in iwl_mvm_tx_skb()
496 memcpy(tx_cmd->hdr, hdr, hdrlen); in iwl_mvm_tx_skb()