Searched refs:start_hdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/sys/contrib/dev/iwlwifi/pcie/ |
| HD | tx-gen2.c | 176 u8 *start_hdr; in iwl_txq_gen2_build_amsdu() local 193 sgt = iwl_pcie_prep_tso(trans, skb, out_meta, &start_hdr, hdr_room); in iwl_txq_gen2_build_amsdu() 197 start_hdr_phys = iwl_pcie_get_tso_page_phys(start_hdr); in iwl_txq_gen2_build_amsdu() 219 u8 *pos_hdr = start_hdr; in iwl_txq_gen2_build_amsdu() 244 tb_len = pos_hdr - start_hdr; in iwl_txq_gen2_build_amsdu() 245 tb_phys = iwl_pcie_get_tso_page_phys(start_hdr); in iwl_txq_gen2_build_amsdu() 253 trace_iwlwifi_dev_tx_tb(trans->dev, skb, start_hdr, in iwl_txq_gen2_build_amsdu() 259 start_hdr = pos_hdr; in iwl_txq_gen2_build_amsdu()
|
| HD | tx.c | 1927 u8 *start_hdr, *pos_hdr; in iwl_fill_data_tbs_amsdu() local 1951 sgt = iwl_pcie_prep_tso(trans, skb, out_meta, &start_hdr, hdr_room); in iwl_fill_data_tbs_amsdu() 1955 start_hdr_phys = iwl_pcie_get_tso_page_phys(start_hdr); in iwl_fill_data_tbs_amsdu() 1956 pos_hdr = start_hdr; in iwl_fill_data_tbs_amsdu() 2006 hdr_tb_len = pos_hdr - start_hdr; in iwl_fill_data_tbs_amsdu() 2007 hdr_tb_phys = iwl_pcie_get_tso_page_phys(start_hdr); in iwl_fill_data_tbs_amsdu() 2011 trace_iwlwifi_dev_tx_tb(trans->dev, skb, start_hdr, in iwl_fill_data_tbs_amsdu() 2017 start_hdr = pos_hdr; in iwl_fill_data_tbs_amsdu()
|