Searched refs:s_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dcmd.c2454 struct mlx4_vport_state *s_info; local
2464 s_info = &priv->mfunc.master.vf_admin[slave].vport[port];
2465 s_info->mac = mlx4_mac_to_u64(mac);
2467 vf, port, (unsigned long long) s_info->mac);
2534 struct mlx4_vport_state *s_info; local
2545 s_info = &priv->mfunc.master.vf_admin[slave].vport[port];
2546 s_info->spoofchk = setting;
2555 struct mlx4_vport_state *s_info; local
2587 s_info = &priv->mfunc.master.vf_admin[slave].vport[port];
2589 s_info
2601 struct mlx4_vport_state *s_info; local
[all...]
H A Deq.c455 struct mlx4_vport_state *s_info; local
563 s_info = &priv->mfunc.master.vf_oper[slave].vport[port].state;
564 if (IFLA_VF_LINK_STATE_AUTO == s_info->link_state)
589 s_info = &priv->mfunc.master.vf_oper[slave].vport[port].state;
590 if (IFLA_VF_LINK_STATE_AUTO == s_info->link_state)
/freebsd-10-stable/sys/netinet/
H A Dsctp_usrreq.c2802 struct sctp_sndrcvinfo *s_info; local
2804 SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, *optsize);
2805 SCTP_FIND_STCB(inp, stcb, s_info->sinfo_assoc_id);
2808 memcpy(s_info, &stcb->asoc.def_send, sizeof(stcb->asoc.def_send));
2813 (s_info->sinfo_assoc_id == SCTP_FUTURE_ASSOC)) {
2815 memcpy(s_info, &inp->def_send, sizeof(inp->def_send));
5127 struct sctp_sndrcvinfo *s_info; local
5129 SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, optsize);
5130 SCTP_FIND_STCB(inp, stcb, s_info->sinfo_assoc_id);
5133 if (s_info
[all...]

Completed in 70 milliseconds