Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2298 switch (link_type) { in mac_find_fanout()
2361 uint32_t link_type) in mac_srs_group_setup() argument
2392 uint32_t link_type) in mac_rx_srs_group_setup() argument
2479 fanout_type | link_type, in mac_rx_srs_group_setup()
2510 uint32_t link_type) in mac_tx_srs_group_setup() argument
2589 uint32_t link_type) in mac_tx_srs_group_teardown() argument
2598 switch (link_type) { in mac_tx_srs_group_teardown()
2886 uint32_t link_type) in mac_datapath_setup() argument
2911 switch (link_type) { in mac_datapath_setup()
3165 uint32_t link_type) in mac_datapath_teardown() argument
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.h70 uint8_t link_type; member
H A Dsnoop_ospf.h154 uchar_t link_type; member
H A Dsnoop_ospf6.c357 switch (rl->link_type) { in interpret_ospf6_lsa()
419 rl->link_type); in interpret_ospf6_lsa()
426 rl->link_type); in interpret_ospf6_lsa()
H A Dsnoop_ospf.c365 switch (rl->link_type) { in interpret_ospf_lsa()
408 rl->link_type); in interpret_ospf_lsa()
/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h708 uint16_t link_type; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h812 uint32_t link_type:2; member
820 uint32_t link_type:2; member
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h2206 u8 link_type[4]; member
H A Di40e_common.c2060 i40e_memcpy(&tmp, resp->link_type, sizeof(tmp), in i40e_aq_get_link_info()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c1123 mb->un.varRdConfig4.link_type, in emlxs_sli4_online()