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

Function txgbevf_write_msg_read_ack

dpdk/drivers/net/txgbe/base/txgbe_vf.c:249–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249STATIC s32 txgbevf_write_msg_read_ack(struct txgbe_hw *hw, u32 *msg,
250 u32 *retmsg, u16 size)
251{
252 struct txgbe_mbx_info *mbx = &hw->mbx;
253 s32 retval = mbx->write_posted(hw, msg, size, 0);
254
255 if (retval)
256 return retval;
257
258 return mbx->read_posted(hw, retmsg, size, 0);
259}
260
261/**
262 * txgbe_set_rar_vf - set device MAC address

Callers 7

txgbe_set_rar_vfFunction · 0.85
txgbe_set_vfta_vfFunction · 0.85
txgbevf_set_uc_addr_vfFunction · 0.85
txgbevf_rlpml_set_vfFunction · 0.85
txgbevf_get_queuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected