Lines Matching defs:vmvf_num
1530 ICE_CTX_STORE(ice_tlan_ctx, vmvf_num, 10, 68),
1597 ICE_CTX_STORE(ice_tx_cmpltnq_ctx, vmvf_num, 10, 131),
4629 * @vmvf_num: the relative VM or VF number that is undergoing the reset
4637 enum ice_disq_rst_src rst_src, u16 vmvf_num,
4666 CPU_TO_LE16(vmvf_num & ICE_AQC_Q_DIS_VMVF_NUM_M);
4670 /* In this case, FW expects vmvf_num to be absolute VF ID */
4672 CPU_TO_LE16((vmvf_num + hw->func_caps.vf_base_id) &
4711 vmvf_num, hw->adminq.sq_last_status);
5476 * @vmvf_num: the relative VM or VF number that is undergoing the reset
5484 enum ice_disq_rst_src rst_src, u16 vmvf_num,
5505 vmvf_num, NULL);
5537 vmvf_num, cd);