Searched refs:is_fs (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwxgmac2_descs.c | 139 static void dwxgmac2_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwxgmac2_prepare_tx_desc() argument 148 if (is_fs) in dwxgmac2_prepare_tx_desc() 167 if (is_fs && tx_own) in dwxgmac2_prepare_tx_desc() 177 static void dwxgmac2_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwxgmac2_prepare_tso_tx_desc() argument 189 if (is_fs) { in dwxgmac2_prepare_tso_tx_desc() 207 if (is_fs && tx_own) in dwxgmac2_prepare_tso_tx_desc()
|
D | dwmac4_descs.c | 309 static void dwmac4_rd_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwmac4_rd_prepare_tx_desc() argument 318 if (is_fs) in dwmac4_rd_prepare_tx_desc() 337 if (is_fs && tx_own) in dwmac4_rd_prepare_tx_desc() 347 static void dwmac4_rd_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwmac4_rd_prepare_tso_tx_desc() argument 361 if (is_fs) { in dwmac4_rd_prepare_tso_tx_desc() 380 if (is_fs && tx_own) in dwmac4_rd_prepare_tso_tx_desc()
|
D | enh_desc.c | 316 static void enh_desc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in enh_desc_prepare_tx_desc() argument 327 if (is_fs) in enh_desc_prepare_tx_desc() 344 if (is_fs && tx_own) in enh_desc_prepare_tx_desc()
|
D | norm_desc.c | 192 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc() argument 198 if (is_fs) in ndesc_prepare_tx_desc()
|
D | hwif.h | 40 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len, 43 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1,
|