Searched refs:vf_id (Results 1 - 5 of 5) sorted by relevance

/src/sys/dev/pci/ixgbe/
H A Dixgbe_mbx.c727 static void ixgbe_clear_msg_pf(struct ixgbe_hw *hw, u16 vf_id) argument
729 u32 vf_shift = IXGBE_PFMBICR_SHIFT(vf_id);
730 s32 index = IXGBE_PFMBICR_INDEX(vf_id);
742 static void ixgbe_clear_ack_pf(struct ixgbe_hw *hw, u16 vf_id) argument
744 u32 vf_shift = IXGBE_PFMBICR_SHIFT(vf_id);
745 s32 index = IXGBE_PFMBICR_INDEX(vf_id);
770 * @vf_id: the VF index
774 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_id) argument
776 u32 vf_shift = IXGBE_PFMBICR_SHIFT(vf_id);
777 s32 index = IXGBE_PFMBICR_INDEX(vf_id);
795 ixgbe_check_for_ack_pf(struct ixgbe_hw * hw,u16 vf_id) argument
820 ixgbe_check_for_rst_pf(struct ixgbe_hw * hw,u16 vf_id) argument
859 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw * hw,u16 vf_id) argument
902 ixgbe_release_mbx_lock_pf(struct ixgbe_hw * hw,u16 vf_id) argument
923 ixgbe_write_mbx_pf_legacy(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 vf_id) argument
964 ixgbe_write_mbx_pf(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 vf_id) argument
1015 ixgbe_read_mbx_pf_legacy(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 vf_id) argument
1052 ixgbe_read_mbx_pf(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 vf_id) argument
1090 ixgbe_clear_mbx_pf(struct ixgbe_hw * hw,u16 vf_id) argument
1112 ixgbe_init_mbx_params_pf_id(struct ixgbe_hw * hw,u16 vf_id) argument
1176 ixgbe_upgrade_mbx_params_pf(struct ixgbe_hw * hw,u16 vf_id) argument
[all...]
H A Dixgbe_mbx.h208 void ixgbe_init_mbx_params_pf_id(struct ixgbe_hw *hw, u16 vf_id);
209 void ixgbe_upgrade_mbx_params_pf(struct ixgbe_hw *hw, u16 vf_id);
/src/sys/dev/pci/
H A Dmpiireg.h311 u_int8_t vf_id; member in struct:mpii_msg_request
347 u_int8_t vf_id; member in struct:mpii_msg_iocinit_request
392 u_int8_t vf_id; member in struct:mpii_msg_iocinit_reply
411 u_int8_t vf_id; member in struct:mpii_msg_iocfacts_request
427 u_int8_t vf_id; member in struct:mpii_msg_iocfacts_reply
499 u_int8_t vf_id; member in struct:mpii_msg_portfacts_request
513 u_int8_t vf_id; member in struct:mpii_msg_portfacts_reply
546 u_int8_t vf_id; member in struct:mpii_msg_portenable_request
561 u_int8_t vf_id; member in struct:mpii_msg_portenable_reply
580 u_int8_t vf_id; member in struct:mpii_msg_event_request
607 u_int8_t vf_id; member in struct:mpii_msg_event_reply
632 u_int8_t vf_id; member in struct:mpii_msg_eventack_request
650 u_int8_t vf_id; member in struct:mpii_msg_eventack_reply
678 u_int8_t vf_id; member in struct:mpii_msg_fwupload_request
700 u_int8_t vf_id; member in struct:mpii_msg_fwupload_reply
721 u_int8_t vf_id; member in struct:mpii_msg_scsi_io
784 u_int8_t vf_id; member in struct:mpii_msg_scsi_io_error
832 u_int8_t vf_id; member in struct:mpii_request_descr
847 u_int8_t vf_id; member in struct:mpii_reply_descr
866 u_int8_t vf_id; member in struct:mpii_request_header
886 u_int8_t vf_id; member in struct:mpii_msg_scsi_task_request
908 u_int8_t vf_id; member in struct:mpii_msg_scsi_task_reply
940 u_int8_t vf_id; member in struct:mpii_msg_sas_oper_request
974 u_int8_t vf_id; member in struct:mpii_msg_sas_oper_reply
1096 u_int8_t vf_id; member in struct:mpii_msg_config_request
1120 u_int8_t vf_id; member in struct:mpii_msg_config_reply
[all...]
H A Dmpii.c1281 sc->sc_vf_id = ifp.vf_id;
1403 /* XXX JPG do something about vf_id */
1404 iiq.vf_id = 0;
1458 DNPRINTF(MPII_D_MISC, "%s: vf_id: 0x%02x vp_id: 0x%02x\n", DEVNAME(sc),
1459 iip.vf_id, iip.vp_id);
1521 pfq->vf_id = 0;
1611 peq->vf_id = sc->sc_vf_id;
2316 DNPRINTF(MPII_D_MISC, "%s: vp_id: 0x%02x vf_id: 0x%02x\n", DEVNAME(sc),
2317 cp->vp_id, cp->vf_id);
2431 DNPRINTF(MPII_D_MISC, "%s: vp_id: 0x%02x vf_id
[all...]
H A Dif_ixlvar.h432 uint8_t vf_id; member in struct:ixl_aq_vsi_param

Completed in 18 milliseconds