Home
last modified time | relevance | path

Searched refs:s_set_mac (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_pfvf_mbox.c163 rsp->s_set_mac.type = OCTEP_PFVF_MBOX_TYPE_RSP_NACK; in octep_pfvf_set_mac_addr()
167 err = octep_ctrl_net_set_mac_addr(oct, vf_id, cmd.s_set_mac.mac_addr, true); in octep_pfvf_set_mac_addr()
169 rsp->s_set_mac.type = OCTEP_PFVF_MBOX_TYPE_RSP_NACK; in octep_pfvf_set_mac_addr()
175 ether_addr_copy(oct->vf_info[vf_id].mac_addr, cmd.s_set_mac.mac_addr); in octep_pfvf_set_mac_addr()
176 rsp->s_set_mac.type = OCTEP_PFVF_MBOX_TYPE_RSP_ACK; in octep_pfvf_set_mac_addr()
187 ether_addr_copy(rsp->s_set_mac.mac_addr, in octep_pfvf_get_mac_addr()
189 rsp->s_set_mac.type = OCTEP_PFVF_MBOX_TYPE_RSP_ACK; in octep_pfvf_get_mac_addr()
192 err = octep_ctrl_net_get_mac_addr(oct, vf_id, rsp->s_set_mac.mac_addr); in octep_pfvf_get_mac_addr()
194 rsp->s_set_mac.type = OCTEP_PFVF_MBOX_TYPE_RSP_NACK; in octep_pfvf_get_mac_addr()
199 ether_addr_copy(oct->vf_info[vf_id].mac_addr, rsp->s_set_mac.mac_addr); in octep_pfvf_get_mac_addr()
[all …]
/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_mbox.h112 } s_set_mac; member