MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbevf_write_msg_read_ack

Function ixgbevf_write_msg_read_ack

dpdk/drivers/net/ixgbe/base/ixgbe_vf.c:295–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295STATIC s32 ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, u32 *msg,
296 u32 *retmsg, u16 size)
297{
298 struct ixgbe_mbx_info *mbx = &hw->mbx;
299 s32 retval = mbx->ops.write_posted(hw, msg, size, 0);
300
301 if (retval)
302 return retval;
303
304 return mbx->ops.read_posted(hw, retmsg, size, 0);
305}
306
307/**
308 * ixgbe_set_rar_vf - set device MAC address

Callers 7

ixgbe_set_rar_vfFunction · 0.85
ixgbe_set_vfta_vfFunction · 0.85
ixgbevf_set_uc_addr_vfFunction · 0.85
ixgbevf_rlpml_set_vfFunction · 0.85
ixgbevf_get_queuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected