Searched refs:valid_sections (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_sched.c1006 buf->generic[i].data.valid_sections =
3086 buf.data.valid_sections &= ~ICE_AQC_ELEM_VALID_CIR;
3130 data->valid_sections |= ICE_AQC_ELEM_VALID_CIR;
3133 data->valid_sections |= ICE_AQC_ELEM_VALID_EIR;
4163 data->valid_sections |= ICE_AQC_ELEM_VALID_CIR;
4167 data->valid_sections |= ICE_AQC_ELEM_VALID_EIR;
4171 data->valid_sections |= ICE_AQC_ELEM_VALID_SHARED;
4201 if (data->valid_sections & ICE_AQC_ELEM_VALID_CIR)
4205 if (data->valid_sections & ICE_AQC_ELEM_VALID_EIR)
4209 if (data->valid_sections
[all...]
H A Dice_adminq_cmd.h523 __le16 valid_sections; member in struct:ice_aqc_vsi_props
1101 u8 valid_sections; member in struct:ice_aqc_txsched_elem
H A Dice_switch.c693 ctx->info.valid_sections = CPU_TO_LE16(ICE_AQ_VSI_PROP_Q_OPT_VALID);
703 cached_ctx->info.valid_sections |= ctx->info.valid_sections;
H A Dice_common.c5134 * Without setting the generic section as valid in valid_sections, the
5137 buf->txqs[0].info.valid_sections =
5378 buf->rdma_qsets[i].info.valid_sections =
H A Dice_lib.c8709 ctx.info.valid_sections = CPU_TO_LE16(ICE_AQ_VSI_PROP_RXQ_MAP_VALID);
8742 vsi->info.valid_sections = 0;
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_iov.c143 vsi_ctx.info.valid_sections = htole16(I40E_AQ_VSI_PROP_SWITCH_VALID);
148 vsi_ctx.info.valid_sections |= htole16(I40E_AQ_VSI_PROP_SECURITY_VALID);
153 vsi_ctx.info.valid_sections |= htole16(I40E_AQ_VSI_PROP_VLAN_VALID);
157 vsi_ctx.info.valid_sections |=
1108 vsi_ctx.info.valid_sections = htole16(I40E_AQ_VSI_PROP_VLAN_VALID);
1633 ctxt.info.valid_sections = htole16(I40E_AQ_VSI_PROP_SWITCH_VALID);
H A Dixl_pf_iflib.c472 ctxt.info.valid_sections = I40E_AQ_VSI_PROP_QUEUE_MAP_VALID;
488 ctxt.info.valid_sections |= I40E_AQ_VSI_PROP_VLAN_VALID;
498 ctxt.info.valid_sections |=
H A Di40e_adminq_cmd.h907 __le16 valid_sections; member in struct:i40e_aqc_vsi_properties_data
/freebsd-current/sys/dev/iavf/
H A Diavf_adminq_cmd.h365 __le16 valid_sections; member in struct:iavf_aqc_vsi_properties_data

Completed in 289 milliseconds