Home
last modified time | relevance | path

Searched full:enum (Results 1 – 25 of 4562) sorted by relevance

12345678910>>...183

/freebsd/sys/dev/ixl/
H A Di40e_prototype.h49 enum i40e_status_code i40e_init_adminq(struct i40e_hw *hw);
50 enum i40e_status_code i40e_shutdown_adminq(struct i40e_hw *hw);
51 enum i40e_status_code i40e_init_asq(struct i40e_hw *hw);
52 enum i40e_status_code i40e_init_arq(struct i40e_hw *hw);
53 enum i40e_status_code i40e_alloc_adminq_asq_ring(struct i40e_hw *hw);
54 enum i40e_status_code i40e_alloc_adminq_arq_ring(struct i40e_hw *hw);
55 enum i40e_status_code i40e_shutdown_asq(struct i40e_hw *hw);
56 enum i40e_status_code i40e_shutdown_arq(struct i40e_hw *hw);
60 enum i40e_status_code i40e_validate_mac_addr(u8 *mac_addr);
62 enum i40e_status_code i40e_clean_arq_element(struct i40e_hw *hw,
[all …]
/freebsd/sys/dev/ice/
H A Dice_common.h47 enum ice_fw_modes {
63 int ice_reset(struct ice_hw *hw, enum ice_reset_req req);
75 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res,
76 enum ice_aq_res_access_type access, u32 timeout);
77 void ice_release_res(struct ice_hw *hw, enum ice_aq_res_ids res);
85 enum ice_adminq_opc opc, struct ice_sq_cd *cd);
221 enum ice_fc_mode ice_caps_to_fc_mode(u8 caps);
222 enum ice_fec_mode ice_caps_to_fec_mode(u8 caps, u8 fec_options);
235 enum ice_fec_mode fec);
295 enum ice_disq_rst_sr
[all...]
H A Dice_sched.h105 enum ice_agg_type agg_type;
136 enum ice_rl_type rl_type, u32 bw);
140 enum ice_rl_type rl_type, u32 bw, u8 layer_num);
202 enum ice_agg_type agg_type, u8 tc_bitmap);
209 u16 q_handle, enum ice_rl_type rl_type, u32 bw);
212 u16 q_handle, enum ice_rl_type rl_type);
215 enum ice_rl_type rl_type, u32 bw);
218 enum ice_rl_type rl_type);
221 enum ice_rl_type rl_type, u32 bw);
224 enum ice_rl_typ
[all...]
H A Dice_flex_pipe.h38 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
44 ice_get_sw_fv_bitmap(struct ice_hw *hw, enum ice_prof_type type,
52 ice_get_open_tunnel_port(struct ice_hw *hw, enum ice_tunnel_type type,
55 ice_create_tunnel(struct ice_hw *hw, enum ice_tunnel_type type, u16 port);
59 ice_tunnel_get_type(struct ice_hw *hw, u16 port, enum ice_tunnel_type *type);
63 int ice_ptg_update_xlt1(struct ice_hw *hw, enum ice_block blk);
64 void ice_ptg_free(struct ice_hw *hw, enum ice_block blk, u8 ptg);
67 int ice_vsig_update_xlt2(struct ice_hw *hw, enum ice_block blk);
69 ice_vsig_find_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 *vsig);
71 ice_add_prof(struct ice_hw *hw, enum ice_bloc
[all...]
H A Dice_switch.h95 /* Switch recipe ID enum values are specific to hardware */
96 enum ice_sw_lkup_type {
109 enum ice_src_id {
118 enum ice_sw_lkup_type lkup_type;
120 enum ice_sw_fwd_act_type fltr_act;
127 enum ice_src_id src_id;
184 enum ice_protocol_type type;
227 enum ice_sw_fwd_act_type fltr_act;
264 enum ice_sw_tunnel_type tun_type;
308 enum ice_sw_tunnel_typ
[all...]
/freebsd/sys/dev/sfxge/common/
H A Defx_regs_mcdi_aoe.h43 /* enum: NULL MCDI command to FC. */
45 /* enum: Unused opcode */
47 /* enum: MAC driver commands */
49 /* enum: Read FC memory */
51 /* enum: Write to FC memory */
53 /* enum: Read FC memory */
55 /* enum: Write to FC memory */
57 /* enum: FC firmware Version */
59 /* enum: Read FC memory */
61 /* enum: Write to FC memory */
[all …]
H A Defx_regs_mcdi.h405 /* enum: Info. */
407 /* enum: Warning. */
409 /* enum: Error. */
411 /* enum: Fatal. */
425 /* enum: Link is down or link speed could not be determined */
427 /* enum: 100Mbs */
429 /* enum: 1Gbs */
431 /* enum: 10Gbs */
433 /* enum: 40Gbs */
435 /* enum: 25Gbs */
[all …]
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_ioctl_cmds.h42 enum uverbs_default_objects {
62 enum {
67 enum uverbs_methods_device {
74 enum uverbs_attrs_invoke_write_cmd_attr_ids {
80 enum uverbs_attrs_query_port_cmd_attr_ids {
85 enum uverbs_attrs_get_context_attr_ids {
90 enum uverbs_attrs_create_cq_cmd_attr_ids {
100 enum uverbs_attrs_destroy_cq_cmd_attr_ids {
105 enum uverbs_attrs_create_flow_action_esp {
114 enum uverbs_attrs_modify_flow_action_esp {
[all …]
H A Dmlx5_user_ioctl_cmds.h39 enum mlx5_ib_create_flow_action_attrs {
44 enum mlx5_ib_alloc_dm_attrs {
50 enum mlx5_ib_devx_methods {
57 enum mlx5_ib_devx_other_attrs {
62 enum mlx5_ib_devx_obj_create_attrs {
68 enum mlx5_ib_devx_query_uar_attrs {
73 enum mlx5_ib_devx_obj_destroy_attrs {
77 enum mlx5_ib_devx_obj_modify_attrs {
83 enum mlx5_ib_devx_obj_query_attrs {
89 enum mlx5_ib_devx_obj_query_async_attrs {
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dralink,mt7620-pinctrl.yaml37 enum: [ephy, gpio, gpio i2s, gpio uartf, i2c, i2s uartf, mdio, nand, pa,
43 enum: [antenna, debug, gpio, i2c, i2s, jtag, p0led_an, p0led_kn,
66 enum: [i2s]
75 enum: [i2c]
84 enum: [ephy]
95 enum: [ephy, i2c, mdio, nd_sd, pa, pcie, rgmii1, rgmii2,
99 enum: [gpio, i2c, i2s, p0led_an, p0led_kn, p1led_an,
112 enum: [uartf]
121 enum: [uartf]
130 enum: [i2c]
[all …]
H A Dmediatek,mt76x8-pinctrl.yaml38 enum: [antenna, debug, gpio, i2c, i2s, jtag, p0led_an, p0led_kn,
62 enum: [i2s]
71 enum: [i2c]
80 enum: [gpio, i2c, i2s, p0led_an, p0led_kn, p1led_an, p1led_kn,
93 enum: [i2c]
102 enum: [i2s]
111 enum: [p0led_an, p0led_kn, p1led_an, p1led_kn, p2led_an,
122 enum: [p0led_an]
131 enum: [p0led_kn]
140 enum: [p1led_an]
[all …]
/freebsd/contrib/unbound/sldns/
H A Drrdef.c245 …{(enum sldns_enum_rr_type)0, NULL, 0, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRES…
353 {(enum sldns_enum_rr_type)0, "TYPE54", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
367 {(enum sldns_enum_rr_type)0, "TYPE56", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
368 {(enum sldns_enum_rr_type)0, "TYPE57", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
387 {(enum sldns_enum_rr_type)0, "TYPE66", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
388 {(enum sldns_enum_rr_type)0, "TYPE67", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
389 {(enum sldns_enum_rr_type)0, "TYPE68", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
390 {(enum sldns_enum_rr_type)0, "TYPE69", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
391 {(enum sldns_enum_rr_type)0, "TYPE70", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
392 {(enum sldns_enum_rr_type)0, "TYPE71", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMP…
[all …]
/freebsd/sys/arm/nvidia/drm2/
H A Dhdmi.h27 enum hdmi_infoframe_type {
44 enum hdmi_infoframe_type type;
49 enum hdmi_colorspace {
60 enum hdmi_scan_mode {
67 enum hdmi_colorimetry {
74 enum hdmi_picture_aspect {
81 enum hdmi_active_aspect {
94 enum hdmi_extended_colorimetry {
107 enum hdmi_quantization_range {
115 enum hdmi_nups {
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/renesas/
H A Drenesas.yaml19 - enum:
25 - enum:
33 - enum:
39 - enum:
45 - enum:
51 - enum:
57 - enum:
63 - enum:
71 - enum:
78 - enum:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Drenesas.yaml19 - enum:
25 - enum:
33 - enum:
39 - enum:
45 - enum:
51 - enum:
57 - enum:
63 - enum:
71 - enum:
78 - enum:
[all …]
H A Dmediatek.yaml22 - enum:
27 - enum:
31 - enum:
35 - enum:
39 - enum:
44 - enum:
48 - enum:
52 - enum:
56 - enum:
60 - enum:
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h30 enum hdmi_packet_type {
42 /* + enum hdmi_infoframe_type */
45 enum hdmi_infoframe_type {
66 enum hdmi_infoframe_type type;
71 enum hdmi_colorspace {
82 enum hdmi_scan_mode {
89 enum hdmi_colorimetry {
96 enum hdmi_picture_aspect {
105 enum hdmi_active_aspect {
118 enum hdmi_extended_colorimetry {
[all …]
H A Dnl80211.h34 enum nl80211_feature_flags {
55 enum nl80211_pmsr_ftm_failure_flags {
61 enum nl80211_pmsr_status_flags {
69 enum nl80211_reg_rule_flags {
91 enum nl80211_scan_flags {
105 enum nl80211_wpa_versions {
111 enum nl80211_bss_select_attr {
118 enum nl80211_sta_flag {
127 enum nl80211_band {
138 enum nl80211_chan_flag
[all...]
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h77 enum RowStatus mac_status;
85 enum RowStatus mroute_status;
95 enum WlanIfaceOperatingModeType mode;
99 enum RowStatus status;
100 enum wlanIfaceState state;
109 enum WlanRegDomainCode reg_domain;
112 enum TruthValue dyn_frequency;
113 enum TruthValue fast_frames;
114 enum TruthValue dturbo;
118 enum TruthValue priv_subscribe;
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h46 enum ecore_mcp_eee_mode {
76 enum ecore_mcp_eee_mode default_eee;
128 enum ecore_pci_personality protocol;
145 enum ecore_nvm_images {
186 enum ecore_mcp_protocol_type {
201 enum ecore_ov_client {
207 enum ecore_ov_driver_state {
213 enum ecore_ov_wol {
229 enum ecore_led_mode {
249 enum ecore_mba_img_idx {
[all …]
H A Decore_dev_api.h64 enum _ecore_status_t ecore_init_struct(struct ecore_dev *p_dev);
78 * @return enum _ecore_status_t
80 enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev);
89 enum ecore_mfw_timeout_fallback {
95 enum ecore_override_force_load {
120 enum ecore_mfw_timeout_fallback mfw_timeout_fallback;
126 enum ecore_override_force_load override_force_load;
136 enum ecore_int_mode int_mode;
142 enum ecore_pci_rlx_odr pci_rlx_odr_mode;
160 * @return enum _ecore_status_t
[all …]
H A Decore_mcp.h112 enum ecore_ov_eswitch {
119 u8 tlv_type; /* According to the enum below */
132 * @return enum _ecore_status_t
134 enum _ecore_status_t ecore_mcp_cmd_init(struct ecore_hwfn *p_hwfn,
152 * @return enum _ecore_status_t
155 enum _ecore_status_t ecore_mcp_free(struct ecore_hwfn *p_hwfn);
166 * @return enum _ecore_status_t - ECORE_SUCCESS - operation
169 enum _ecore_status_t ecore_mcp_handle_events(struct ecore_hwfn *p_hwfn,
183 * @return enum _ecore_status_t - ECORE_SUCCESS - operation
186 enum _ecore_status_t ecore_issue_pulse(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_vf.h95 enum _ecore_status_t ecore_vf_pf_get_coalesce(struct ecore_hwfn *p_hwfn,
108 enum _ecore_status_t ecore_vf_pf_set_coalesce(struct ecore_hwfn *p_hwfn,
119 * @return enum _ecore_status_t
121 enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn *p_hwfn);
135 * @return enum _ecore_status_t
137 enum _ecore_status_t ecore_vf_pf_rxq_start(struct ecore_hwfn *p_hwfn,
155 * @return enum _ecore_status_t
157 enum _ecore_status_t
170 * @return enum _ecore_status_t
172 enum _ecore_status_t ecore_vf_pf_rxq_stop(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_iwarp.h31 enum ecore_iwarp_qp_state {
39 enum ecore_iwarp_listener_state {
46 enum ecore_iwarp_qp_state
47 ecore_roce2iwarp_state(enum ecore_roce_qp_state state);
116 enum mpa_negotiation_mode mpa_rev;
117 enum mpa_rtr_type rtr_type;
127 enum ecore_iwarp_ep_state {
155 enum ecore_iwarp_ep_state state;
166 enum tcp_connect_mode connect_mode;
167 enum mpa_rtr_type rtr_type;
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc_headers.3143 .Vt enum mandoc_esc ,
144 .Vt enum mandocerr ,
145 .Vt enum mandoclevel ,
158 .Vt enum mandoc_os ,
159 .Vt enum mdoc_endbody ,
160 .Vt enum roff_macroset ,
161 .Vt enum roff_sec ,
162 .Vt enum roff_tok ,
163 .Vt enum roff_type ,
201 .Vt enum mandoc_esc .
[all …]

12345678910>>...183