Lines Matching defs:msg
98 ixgbe_send_vf_msg(struct ixgbe_hw *hw, struct ixgbe_vf *vf, u32 msg) in ixgbe_send_vf_msg()
107 ixgbe_send_vf_success(struct ixgbe_softc *sc, struct ixgbe_vf *vf, u32 msg) in ixgbe_send_vf_success()
114 ixgbe_send_vf_failure(struct ixgbe_softc *sc, struct ixgbe_vf *vf, u32 msg) in ixgbe_send_vf_failure()
364 ixgbe_vf_reset_msg(struct ixgbe_softc *sc, struct ixgbe_vf *vf, uint32_t *msg) in ixgbe_vf_reset_msg()
394 ixgbe_vf_set_mac(struct ixgbe_softc *sc, struct ixgbe_vf *vf, uint32_t *msg) in ixgbe_vf_set_mac()
425 ixgbe_vf_set_mc_addr(struct ixgbe_softc *sc, struct ixgbe_vf *vf, u32 *msg) in ixgbe_vf_set_mc_addr()
455 ixgbe_vf_set_vlan(struct ixgbe_softc *sc, struct ixgbe_vf *vf, uint32_t *msg) in ixgbe_vf_set_vlan()
482 ixgbe_vf_set_lpe(struct ixgbe_softc *sc, struct ixgbe_vf *vf, uint32_t *msg) in ixgbe_vf_set_lpe()
528 uint32_t *msg) in ixgbe_vf_set_macvlan()
537 uint32_t *msg) in ixgbe_vf_api_negotiate()
555 uint32_t *msg) in ixgbe_vf_get_queues()
592 uint32_t msg[IXGBE_VFMAILBOX_SIZE]; in ixgbe_process_vf_msg() local