Searched refs:start_hdr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | tx-gen2.c | 175 u8 *start_hdr; in iwl_txq_gen2_build_amsdu() local 192 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()
|
| H A D | tx.c | 1929 u8 *start_hdr, *pos_hdr; in iwl_fill_data_tbs_amsdu() local 1953 sgt = iwl_pcie_prep_tso(trans, skb, out_meta, &start_hdr, hdr_room, in iwl_fill_data_tbs_amsdu() 1958 start_hdr_phys = iwl_pcie_get_tso_page_phys(start_hdr); in iwl_fill_data_tbs_amsdu() 1959 pos_hdr = start_hdr; in iwl_fill_data_tbs_amsdu() 2009 hdr_tb_len = pos_hdr - start_hdr; in iwl_fill_data_tbs_amsdu() 2010 hdr_tb_phys = iwl_pcie_get_tso_page_phys(start_hdr); in iwl_fill_data_tbs_amsdu() 2014 trace_iwlwifi_dev_tx_tb(trans->dev, skb, start_hdr, in iwl_fill_data_tbs_amsdu() 2020 start_hdr = pos_hdr; in iwl_fill_data_tbs_amsdu()
|
| /freebsd/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | |