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

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c143 static void dwxgmac2_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, argument
152 if (is_fs)
171 if (is_fs && tx_own)
181 static void dwxgmac2_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, argument
193 if (is_fs) {
211 if (is_fs && tx_own)
H A Ddwmac4_descs.c318 static void dwmac4_rd_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, argument
327 if (is_fs)
346 if (is_fs && tx_own)
356 static void dwmac4_rd_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, argument
370 if (is_fs) {
389 if (is_fs && tx_own)
H A Dnorm_desc.c177 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, argument
183 if (is_fs)
H A Denh_desc.c311 static void enh_desc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, argument
322 if (is_fs)
339 if (is_fs && tx_own)
H A Dhwif.h43 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,

Completed in 110 milliseconds