Home
last modified time | relevance | path

Searched refs:temac_check_tx_bd_space (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c814 static inline int temac_check_tx_bd_space(struct temac_local *lp, int num_frag) in temac_check_tx_bd_space() function
854 if (temac_check_tx_bd_space(lp, num_frag + 1)) { in temac_start_xmit()
864 if (temac_check_tx_bd_space(lp, num_frag + 1)) in temac_start_xmit()
945 if (temac_check_tx_bd_space(lp, MAX_SKB_FRAGS + 1)) in temac_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c819 static inline int temac_check_tx_bd_space(struct temac_local *lp, int num_frag) in temac_check_tx_bd_space() function
859 if (temac_check_tx_bd_space(lp, num_frag + 1)) { in temac_start_xmit()
869 if (temac_check_tx_bd_space(lp, num_frag + 1)) in temac_start_xmit()
950 if (temac_check_tx_bd_space(lp, MAX_SKB_FRAGS + 1)) in temac_start_xmit()

Completed in 4 milliseconds