Home
last modified time | relevance | path

Searched refs:is_fs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c161 static void dwxgmac2_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwxgmac2_prepare_tx_desc() argument
170 if (is_fs) in dwxgmac2_prepare_tx_desc()
189 if (is_fs && tx_own) in dwxgmac2_prepare_tx_desc()
199 static void dwxgmac2_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwxgmac2_prepare_tso_tx_desc() argument
210 if (is_fs) { in dwxgmac2_prepare_tso_tx_desc()
227 if (is_fs && tx_own) in dwxgmac2_prepare_tso_tx_desc()
H A Ddwmac4_descs.c321 static void dwmac4_rd_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwmac4_rd_prepare_tx_desc() argument
330 if (is_fs) in dwmac4_rd_prepare_tx_desc()
347 if (is_fs && tx_own) in dwmac4_rd_prepare_tx_desc()
357 static void dwmac4_rd_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwmac4_rd_prepare_tso_tx_desc() argument
372 if (is_fs) { in dwmac4_rd_prepare_tso_tx_desc()
390 if (is_fs && tx_own) in dwmac4_rd_prepare_tso_tx_desc()
H A Denh_desc.c311 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()
337 if (is_fs && tx_own) in enh_desc_prepare_tx_desc()
H A Dnorm_desc.c175 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc() argument
181 if (is_fs) in ndesc_prepare_tx_desc()
H A Dhwif.h46 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len,
49 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1,