/freebsd/sys/dev/cxgb/ |
H A D | cxgb_adapter.h | 89 struct port_info { struct 90 struct adapter *adapter; 91 if_t ifp; 92 int if_flags; 93 int flags; 94 const struct port_type_info *port_type; 95 struct cphy phy; 96 struct cmac mac; 97 struct timeval last_refreshed; 98 struct link_config link_config; [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 306 struct port_info { struct 307 device_t dev; 308 struct adapter *adapter; 310 struct vi_info *vi; 311 int nvi; 312 int up_vis; 313 int uld_vis; 314 bool vxlan_tcam_entry; 316 struct tx_sched_params *sched_params; 318 struct mtx pi_lock; [all …]
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_hca_anafa.c | 89 osm_ts_get_port_info_ioctl port_info; in __osm_ca_info_init() local
|
H A D | osm_vendor_ibumad_sa.c | 481 ib_portinfo_record_t port_info; in osmv_query_sa() member
|
H A D | osm_vendor_mlx_anafa.c | 592 osm_ts_set_port_info_ioctl port_info; in osm_vendor_set_sm() local
|
H A D | osm_vendor_mlx_sa.c | 557 ib_portinfo_record_t port_info; in osmv_query_sa() member
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | smpquery.c | 57 static op_fn_t node_desc, node_info, port_info, switch_info, pkey_table, variable 149 static char *port_info(ib_portid_t * dest, char **argv, int argc) in port_info() function
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cm.c | 262 struct listen_port_info *port_info = NULL; in add_ep_to_listenlist() local 293 struct listen_port_info *port_info = NULL; in rem_ep_from_listenlist() local 333 struct listen_port_info *port_info = NULL; in find_real_listen_ep() local 2707 struct listen_port_info *port_info = NULL; in c4iw_create_listen() local
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_frontend.h | 224 port_info_func_t port_info; /* passed to CTL */ member
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | ud_pingpong.c | 329 struct ibv_port_attr port_info = {}; in pp_init_ctx() local
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_port.h | 107 ib_port_info_t port_info; member
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | ibnetdisc.c | 337 uint8_t *port_info = mad + IB_SMP_DATA_OFFS; in recv_port_info() local
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 3499 struct port_info { struct 3500 uint32_t size; /* size of this structure (i.e. sizeof(port_info)) */ argument 3501 uint32_t enabled; /* 0 =Disabled, 1= Enabled */ 3502 uint32_t link_speed; /* multiplier of 100Mb */ 3503 uint32_t wol_support; /* WoL Support (i.e. Non-Zero if WOL supported ) */ 3504 uint32_t flow_control; /* 802.3X Flow Ctrl. 0=off 1=RX 2=TX 3=RX&TX.*/ 3505 uint32_t flex10; /* Flex10 mode enabled. non zero = yes */ 3506 uint32_t rx_drops; /* RX Discards. Counters roll over, never reset */ 3507 uint32_t rx_errors; /* RX Errors. Physical Port Stats L95, All PFs and NC-SI. 3509 uint32_t rx_uncast_lo; /* RX Unicast Packets. Free running counters: */ [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | mcp_private.h | 388 struct drv_port_info_t port_info; member
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_port.c | 1251 struct mlx4_port_info *port_info; in mlx4_common_set_port() local
|
/freebsd/sys/dev/ice/ |
H A D | ice_type.h | 1050 struct ice_port_info *port_info; global() member
|
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 953 } __packed port_info; member
|
/freebsd/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 6451 ib_port_info_t port_info; member
|