Home
last modified time | relevance | path

Searched refs:s_link_state (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_mbox.c318 cmd.s_link_state.opcode = OCTEP_PFVF_MBOX_CMD_SET_RX_STATE; in octep_vf_mbox_set_rx_state()
319 cmd.s_link_state.state = state; in octep_vf_mbox_set_rx_state()
325 if (rsp.s_link_state.type != OCTEP_PFVF_MBOX_TYPE_RSP_ACK) { in octep_vf_mbox_set_rx_state()
426 if (rsp.s_link_state.type != OCTEP_PFVF_MBOX_TYPE_RSP_ACK) { in octep_vf_mbox_set_offloads()
Doctep_vf_mbox.h124 } s_link_state; member
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_pfvf_mbox.c91 err = octep_ctrl_net_set_rx_state(oct, vf_id, cmd.s_link_state.state, true); in octep_pfvf_set_rx_state()
93 rsp->s_link_state.type = OCTEP_PFVF_MBOX_TYPE_RSP_NACK; in octep_pfvf_set_rx_state()
97 rsp->s_link_state.type = OCTEP_PFVF_MBOX_TYPE_RSP_ACK; in octep_pfvf_set_rx_state()
Doctep_pfvf_mbox.h138 } s_link_state; member