Searched refs:tx_own (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwxgmac2_descs.c | 140 bool csum_flag, int mode, bool tx_own, in dwxgmac2_prepare_tx_desc() argument 164 if (tx_own) in dwxgmac2_prepare_tx_desc() 167 if (is_fs && tx_own) in dwxgmac2_prepare_tx_desc() 178 int len1, int len2, bool tx_own, in dwxgmac2_prepare_tso_tx_desc() argument 204 if (tx_own) in dwxgmac2_prepare_tso_tx_desc() 207 if (is_fs && tx_own) in dwxgmac2_prepare_tso_tx_desc()
|
D | dwmac4_descs.c | 310 bool csum_flag, int mode, bool tx_own, in dwmac4_rd_prepare_tx_desc() argument 334 if (tx_own) in dwmac4_rd_prepare_tx_desc() 337 if (is_fs && tx_own) in dwmac4_rd_prepare_tx_desc() 348 int len1, int len2, bool tx_own, in dwmac4_rd_prepare_tso_tx_desc() argument 377 if (tx_own) in dwmac4_rd_prepare_tso_tx_desc() 380 if (is_fs && tx_own) in dwmac4_rd_prepare_tso_tx_desc()
|
D | enh_desc.c | 317 bool csum_flag, int mode, bool tx_own, in enh_desc_prepare_tx_desc() argument 341 if (tx_own) in enh_desc_prepare_tx_desc() 344 if (is_fs && tx_own) in enh_desc_prepare_tx_desc()
|
D | norm_desc.c | 193 bool csum_flag, int mode, bool tx_own, in ndesc_prepare_tx_desc() argument 218 if (tx_own) in ndesc_prepare_tx_desc()
|
D | hwif.h | 41 bool csum_flag, int mode, bool tx_own, bool ls, 44 int len2, bool tx_own, bool ls, unsigned int tcphdrlen,
|