Home
last modified time | relevance | path

Searched defs:port_info (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h89 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 Dadapter.h306 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 Dosm_vendor_mlx_hca_anafa.c89 osm_ts_get_port_info_ioctl port_info; in __osm_ca_info_init() local
H A Dosm_vendor_ibumad_sa.c481 ib_portinfo_record_t port_info; in osmv_query_sa() member
H A Dosm_vendor_mlx_anafa.c592 osm_ts_set_port_info_ioctl port_info; in osm_vendor_set_sm() local
H A Dosm_vendor_mlx_sa.c557 ib_portinfo_record_t port_info; in osmv_query_sa() member
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsmpquery.c57 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 Dcm.c262 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 Dctl_frontend.h224 port_info_func_t port_info; /* passed to CTL */ member
/freebsd/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c329 struct ibv_port_attr port_info = {}; in pp_init_ctx() local
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_port.h107 ib_port_info_t port_info; member
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c337 uint8_t *port_info = mad + IB_SMP_DATA_OFFS; in recv_port_info() local
/freebsd/sys/dev/bxe/
H A Decore_hsi.h3499 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 Dmcp_private.h388 struct drv_port_info_t port_info; member
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1251 struct mlx4_port_info *port_info; in mlx4_common_set_port() local
/freebsd/sys/dev/ice/
H A Dice_type.h1050 struct ice_port_info *port_info; global() member
/freebsd/sys/dev/mlx4/
H A Ddevice.h953 } __packed port_info; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6451 ib_port_info_t port_info; member