Searched refs:mac_idx (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c2047 vp_oper->mac_idx = __mlx4_register_mac(&priv->dev,
2050 if (0 > vp_oper->mac_idx) {
2051 err = vp_oper->mac_idx;
2052 vp_oper->mac_idx = NO_INDX;
2059 (unsigned long long) vp_oper->state.mac, vp_oper->mac_idx, slave, port);
2088 if (NO_INDX != vp_oper->mac_idx) {
2090 vp_oper->mac_idx = NO_INDX;
2418 vf_oper->vport[port].mac_idx = NO_INDX;
H A Dmlx4.h518 int mac_idx; member in struct:mlx4_vport_oper_state
H A Dmlx4_resource_tracker.c828 qpc->pri_path.grh_mylmc = (0x80 & qpc->pri_path.grh_mylmc) + vp_oper->mac_idx;
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c263 u32 mac_idx:4; member in struct:filter_info
3083 p->mac_idx = f->mac_addr_idx;
3159 f->mac_addr_idx = p->mac_vld ? p->mac_idx : 0xffff;
3306 V_MAC_MATCH(f->mac_idx | (f->mac_hit << 4)));
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h674 __be16 mac_idx; member in struct:cpl_pass_establish
914 __be16 mac_idx; member in struct:cpl_act_establish

Completed in 129 milliseconds