Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c1484 u16 ptr_gap; in e1000_check_for_copper_link_ich8lan() local
1499 ptr_gap = (data & (0x3FF << 2)) >> 2; in e1000_check_for_copper_link_ich8lan()
1500 if (ptr_gap < 0x18) { in e1000_check_for_copper_link_ich8lan()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c1495 u16 ptr_gap; in e1000_check_for_copper_link_ich8lan() local
1510 ptr_gap = (data & (0x3FF << 2)) >> 2; in e1000_check_for_copper_link_ich8lan()
1511 if (ptr_gap < 0x18) { in e1000_check_for_copper_link_ich8lan()

Completed in 16 milliseconds