Searched refs:is_fs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwxgmac2_descs.c | 143 static void dwxgmac2_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwxgmac2_prepare_tx_desc() argument 152 if (is_fs) in dwxgmac2_prepare_tx_desc() 171 if (is_fs && tx_own) in dwxgmac2_prepare_tx_desc() 181 static void dwxgmac2_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwxgmac2_prepare_tso_tx_desc() argument 193 if (is_fs) { in dwxgmac2_prepare_tso_tx_desc() 211 if (is_fs && tx_own) in dwxgmac2_prepare_tso_tx_desc()
|
H A D | dwmac4_descs.c | 307 static void dwmac4_rd_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwmac4_rd_prepare_tx_desc() argument 316 if (is_fs) in dwmac4_rd_prepare_tx_desc() 335 if (is_fs && tx_own) in dwmac4_rd_prepare_tx_desc() 345 static void dwmac4_rd_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwmac4_rd_prepare_tso_tx_desc() argument 359 if (is_fs) { in dwmac4_rd_prepare_tso_tx_desc() 378 if (is_fs && tx_own) in dwmac4_rd_prepare_tso_tx_desc()
|
H A D | enh_desc.c | 311 static void enh_desc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in enh_desc_prepare_tx_desc() argument 322 if (is_fs) in enh_desc_prepare_tx_desc() 339 if (is_fs && tx_own) in enh_desc_prepare_tx_desc()
|
H A D | norm_desc.c | 177 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc() argument 183 if (is_fs) in ndesc_prepare_tx_desc()
|
H A D | hwif.h | 43 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len, 46 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1,
|