Searched refs:tx_own (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/ |
D | dwxgmac2_descs.c | 144 bool csum_flag, int mode, bool tx_own, in dwxgmac2_prepare_tx_desc() argument 168 if (tx_own) in dwxgmac2_prepare_tx_desc() 171 if (is_fs && tx_own) in dwxgmac2_prepare_tx_desc() 182 int len1, int len2, bool tx_own, in dwxgmac2_prepare_tso_tx_desc() argument 208 if (tx_own) in dwxgmac2_prepare_tso_tx_desc() 211 if (is_fs && tx_own) in dwxgmac2_prepare_tso_tx_desc()
|
D | dwmac4_descs.c | 308 bool csum_flag, int mode, bool tx_own, in dwmac4_rd_prepare_tx_desc() argument 332 if (tx_own) in dwmac4_rd_prepare_tx_desc() 335 if (is_fs && tx_own) in dwmac4_rd_prepare_tx_desc() 346 int len1, int len2, bool tx_own, in dwmac4_rd_prepare_tso_tx_desc() argument 375 if (tx_own) in dwmac4_rd_prepare_tso_tx_desc() 378 if (is_fs && tx_own) in dwmac4_rd_prepare_tso_tx_desc()
|
D | enh_desc.c | 312 bool csum_flag, int mode, bool tx_own, in enh_desc_prepare_tx_desc() argument 336 if (tx_own) in enh_desc_prepare_tx_desc() 339 if (is_fs && tx_own) in enh_desc_prepare_tx_desc()
|
D | norm_desc.c | 178 bool csum_flag, int mode, bool tx_own, in ndesc_prepare_tx_desc() argument 203 if (tx_own) in ndesc_prepare_tx_desc()
|
D | hwif.h | 44 bool csum_flag, int mode, bool tx_own, bool ls, 47 int len2, bool tx_own, bool ls, unsigned int tcphdrlen,
|