Searched refs:cxgb4_best_mtu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 518 unsigned int cxgb4_best_mtu(const unsigned short *mtus, unsigned short mtu,
|
H A D | cxgb4_main.c | 2022 * cxgb4_best_mtu - find the entry in the MTU table closest to an MTU 2031 unsigned int cxgb4_best_mtu(const unsigned short *mtus, unsigned short mtu, in cxgb4_best_mtu() function 2042 EXPORT_SYMBOL(cxgb4_best_mtu); variable 2052 * Similar to cxgb4_best_mtu() but instead of searching the Hardware
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 513 unsigned int cxgb4_best_mtu(const unsigned short *mtus, unsigned short mtu,
|
H A D | cxgb4_main.c | 2021 * cxgb4_best_mtu - find the entry in the MTU table closest to an MTU 2030 unsigned int cxgb4_best_mtu(const unsigned short *mtus, unsigned short mtu, in cxgb4_best_mtu() function 2041 EXPORT_SYMBOL(cxgb4_best_mtu); variable 2051 * Similar to cxgb4_best_mtu() but instead of searching the Hardware
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1859 cxgb4_best_mtu(lldi->mtus, csk->mtu, &csk->mss_idx); in init_act_open()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1860 cxgb4_best_mtu(lldi->mtus, csk->mtu, &csk->mss_idx); in init_act_open()
|
Completed in 25 milliseconds