Home
last modified time | relevance | path

Searched refs:tcvr_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/sun/
H A Dsunbmac.c270 if (bp->tcvr_type == internal) { in write_tcvr_bit()
278 } else if (bp->tcvr_type == external) { in write_tcvr_bit()
295 if (bp->tcvr_type == internal) { in read_tcvr_bit()
302 } else if (bp->tcvr_type == external) { in read_tcvr_bit()
318 if (bp->tcvr_type == internal) { in read_tcvr_bit2()
324 } else if (bp->tcvr_type == external) { in read_tcvr_bit2()
355 switch(bp->tcvr_type) { in bigmac_tcvr_write()
372 ((bp->tcvr_type == internal) ? in bigmac_tcvr_write()
394 switch(bp->tcvr_type) { in bigmac_tcvr_read()
411 ((bp->tcvr_type == internal) ? in bigmac_tcvr_read()
[all …]
H A Dsunhme.h435 enum happy_transceiver tcvr_type; /* Kind of transceiver in use */ member
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1840 u32 media_type, tcvr_state, tcvr_type; in qed_fill_link_capability() local
1846 if (qed_mcp_get_transceiver_data(hwfn, ptt, &tcvr_state, &tcvr_type)) in qed_fill_link_capability()
1847 tcvr_type = ETH_TRANSCEIVER_STATE_UNPLUGGED; in qed_fill_link_capability()
1857 media_type, tcvr_state, tcvr_type, speed_mask, board_cfg); in qed_fill_link_capability()
1875 switch (tcvr_type) { in qed_fill_link_capability()
1892 switch (tcvr_type) { in qed_fill_link_capability()
1917 switch (tcvr_type) { in qed_fill_link_capability()
1938 switch (tcvr_type) { in qed_fill_link_capability()
1950 switch (tcvr_type) { in qed_fill_link_capability()
1977 switch (tcvr_type) { in qed_fill_link_capability()
[all …]