Searched refs:tso_desc_type (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx_edma.c | 1322 int tso_desc_type, bool is_ipv4, in wil_tx_desc_offload_setup_tso_edma() argument 1337 tso_desc_type << WIL_EDMA_DESC_TX_CFG_TSO_DESC_TYPE_POS | in wil_tx_desc_offload_setup_tso_edma() 1352 int len, uint i, int tso_desc_type, in wil_tx_tso_gen_desc() argument 1382 wil_tx_desc_offload_setup_tso_edma(d, tso_desc_type, is_ipv4, in wil_tx_tso_gen_desc() 1390 if (tso_desc_type == wil_tso_type_lst) in wil_tx_tso_gen_desc()
|
H A D | txrx.c | 1635 int tso_desc_type, bool is_ipv4, in wil_tx_desc_offload_setup_tso() argument 1647 (tso_desc_type << DMA_CFG_DESC_TX_0_SEGMENT_BUF_DETAILS_POS); in wil_tx_desc_offload_setup_tso()
|