Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c367 uint8_t link_type; in ql_async_event_parser() local
410 qlge->link_type = link_type = (uint8_t)(link_status & 0x07); in ql_async_event_parser()
412 if (link_type == XFI_NETWORK_INTERFACE) { in ql_async_event_parser()
417 } else if (link_type == XAUI_NETWORK_INTERFACE) { in ql_async_event_parser()
422 } else if (link_type == XFI_BACKPLANE_INTERFACE) { in ql_async_event_parser()
427 } else if (link_type == XAUI_BACKPLANE_INTERFACE) { in ql_async_event_parser()
432 } else if (link_type == EXT_10GBASE_T_PHY) { in ql_async_event_parser()
437 } else if (link_type == EXT_EXT_EDC_PHY) { in ql_async_event_parser()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2304 mac_find_fanout(flow_entry_t *flent, uint32_t link_type) in mac_find_fanout() argument
2310 switch (link_type) { in mac_find_fanout()
2373 uint32_t link_type) in mac_srs_group_setup() argument
2380 mac_rx_srs_group_setup(mcip, flent, link_type); in mac_srs_group_setup()
2381 mac_tx_srs_group_setup(mcip, flent, link_type); in mac_srs_group_setup()
2398 uint32_t link_type) in mac_rx_srs_group_setup() argument
2406 fanout_type = mac_find_fanout(flent, link_type); in mac_rx_srs_group_setup()
2412 mac_srs = mac_srs_create(mcip, flent, fanout_type | link_type, in mac_rx_srs_group_setup()
2456 fanout_type | link_type, in mac_rx_srs_group_setup()
2492 uint32_t link_type) in mac_tx_srs_group_setup() argument
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.h72 uint8_t link_type; member
H A Dsnoop_ospf.h156 uchar_t link_type; member
H A Dsnoop_ospf6.c359 switch (rl->link_type) { in interpret_ospf6_lsa()
421 rl->link_type); in interpret_ospf6_lsa()
428 rl->link_type); in interpret_ospf6_lsa()
H A Dsnoop_ospf.c367 switch (rl->link_type) { in interpret_ospf_lsa()
410 rl->link_type); in interpret_ospf_lsa()
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3191 uint32_t link_type :3; member
3227 uint32_t link_type :3; member
3288 uint32_t link_type :3; member
3337 uint32_t link_type :3; member
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h708 uint16_t link_type; member
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h792 uint32_t link_type:2; member
800 uint32_t link_type:2; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c1066 mb->un.varRdConfig4.link_type, in emlxs_sli4_online()