Searched refs:oper_up (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_mbox.h161 int octep_vf_mbox_get_link_status(struct octep_vf_device *oct, u8 *oper_up);
H A Doctep_vf_mbox.c96 link_info->oper_up = OCTEP_PFVF_LINK_STATUS_UP;
100 link_info->oper_up = OCTEP_PFVF_LINK_STATUS_DOWN;
353 int octep_vf_mbox_get_link_status(struct octep_vf_device *oct, u8 *oper_up) argument
370 *oper_up = rsp.s_link_status.status;
H A Doctep_vf_main.h193 u8 oper_up; member in struct:octep_vf_iface_link_info
H A Doctep_vf_main.c425 err = octep_vf_mbox_get_link_status(oct, &oct->link_info.oper_up);
428 return oct->link_info.oper_up;
440 oct->link_info.oper_up = up;
536 oct->link_info.oper_up = 0;
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.h217 u8 oper_up; member in struct:octep_iface_link_info
H A Doctep_main.c773 oct->link_info.oper_up = 0;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c1238 int oper_up; local
1245 oper_up = test_and_clear_bit(IPOIB_FLAG_OPER_UP, &priv->flags);
1247 if (oper_up)

Completed in 199 milliseconds