Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
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()
Doctep_vf_mbox.h161 int octep_vf_mbox_get_link_status(struct octep_vf_device *oct, u8 *oper_up);
Doctep_vf_main.c425 err = octep_vf_mbox_get_link_status(oct, &oct->link_info.oper_up); in octep_vf_get_link_status()
428 return oct->link_info.oper_up; in octep_vf_get_link_status()
440 oct->link_info.oper_up = up; in octep_vf_set_link_status()
536 oct->link_info.oper_up = 0; in octep_vf_stop()
Doctep_vf_main.h193 u8 oper_up; member
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.h217 u8 oper_up; member
Doctep_main.c773 oct->link_info.oper_up = 0; in octep_stop()
/linux-6.12.1/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c1238 int oper_up; in __ipoib_ib_dev_flush() local
1245 oper_up = test_and_clear_bit(IPOIB_FLAG_OPER_UP, &priv->flags); in __ipoib_ib_dev_flush()
1247 if (oper_up) in __ipoib_ib_dev_flush()