Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeon_ep_vf/
A Doctep_vf_mbox.c96 link_info->oper_up = OCTEP_PFVF_LINK_STATUS_UP; in octep_vf_mbox_work()
100 link_info->oper_up = OCTEP_PFVF_LINK_STATUS_DOWN; in octep_vf_mbox_work()
353 int octep_vf_mbox_get_link_status(struct octep_vf_device *oct, u8 *oper_up) in octep_vf_mbox_get_link_status() argument
370 *oper_up = rsp.s_link_status.status; in octep_vf_mbox_get_link_status()
A Doctep_vf_main.c423 err = octep_vf_mbox_get_link_status(oct, &oct->link_info.oper_up); in octep_vf_get_link_status()
426 return oct->link_info.oper_up; in octep_vf_get_link_status()
438 oct->link_info.oper_up = up; in octep_vf_set_link_status()
534 oct->link_info.oper_up = 0; in octep_vf_stop()
A Doctep_vf_mbox.h161 int octep_vf_mbox_get_link_status(struct octep_vf_device *oct, u8 *oper_up);
A Doctep_vf_main.h193 u8 oper_up; member
/drivers/infiniband/ulp/ipoib/
A Dipoib_ib.c1230 int oper_up; in __ipoib_ib_dev_flush() local
1237 oper_up = test_and_clear_bit(IPOIB_FLAG_OPER_UP, &priv->flags); in __ipoib_ib_dev_flush()
1239 if (oper_up) in __ipoib_ib_dev_flush()
/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_main.h217 u8 oper_up; member
A Doctep_main.c773 oct->link_info.oper_up = 0; in octep_stop()

Completed in 22 milliseconds