Searched refs:u16 (Results 276 - 300 of 698) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/e1000/
H A De1000_ich8lan.h339 s32 e1000_read_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 *data);
340 s32 e1000_write_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 data);
/freebsd-13-stable/sys/dev/ice/
H A Dice_sbq_cmd.h117 u16 msg_addr_low;
H A Dice_lan_tx_rx.h811 u16 head;
812 u16 cpuid; /* bigger than needed, see above for reason */
815 u16 qlen;
817 u16 dbuf; /* bigger than needed, see above for reason */
819 u16 hbuf; /* bigger than needed, see above for reason */
832 u16 lrxqthresh; /* bigger than needed, see above for reason */
837 u16 offset;
838 u16 size_of;
839 u16 width;
840 u16 ls
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.h141 u16 buf_size_kb);
183 u16 dest_addr_hi16,
184 u16 data_limit_size_kb,
425 u16 count_to_next);
H A Decore_iscsi.h46 u16 max_num_outstanding_tasks;
H A Decore_roce.h75 u16 *qp_idx16);
H A Decore_sp_commands.h47 u16 opaque_fid;
H A Decore_utils.h60 #define USHRT_MAX ((u16)(~0U))
H A Decore_vf.c53 u16 type, u16 length)
534 p_hwfn->hw_info.opaque_fid = (u16)REG_RD(p_hwfn, reg);
697 u8 *p_update_port, u16 *p_udp_port)
726 u16 feature_mask, u8 tunn_mode, u8 tunn_cls,
743 u16 feat_mask = p_resp->tunn_feature_mask;
832 u16 bd_max_bytes,
835 u16 cqe_pbl_size,
841 u16 rx_qid = p_cid->rel.queue_id;
956 dma_addr_t pbl_addr, u16 pbl_siz
[all...]
H A Decore_l2.c168 u16 queue_id = p_cid->rel.queue_id;
232 u16 opaque_fid, u32 cid,
325 ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, u16 opaque_fid,
370 ecore_eth_queue_to_cid_pf(struct ecore_hwfn *p_hwfn, u16 opaque_fid,
385 u16 rx_mode = 0, tx_err = 0;
452 p_tpa->tpa_max_size = (u16)-1;
502 u16 capabilities = 0;
627 u16 state = 0;
656 u16 state = 0;
683 u16 va
[all...]
H A Decore_int.c788 u16 index;
797 u16 known_attn;
803 static u16 ecore_attn_update_idx(struct ecore_hwfn *p_hwfn,
806 u16 rc = 0, index;
829 u16 asserted_bits)
1006 u16 deasserted_bits)
1163 u16 index = 0, asserted_bits, deasserted_bits;
1239 u16 rc = 0;
1284 u16 tmp_index = sb_attn->index;
1443 u8 pf_id, u16 vf_numbe
[all...]
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h69 u16 vlan_tag;
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_attr_build.c117 int wps_build_config_methods(struct wpabuf *msg, u16 methods)
139 int wps_build_dev_password_id(struct wpabuf *msg, u16 id)
149 int wps_build_config_error(struct wpabuf *msg, u16 err)
306 u16 auth_types = WPS_AUTH_TYPES;
330 u16 encr_types = WPS_ENCR_TYPES;
414 int wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id,
507 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel)
/freebsd-13-stable/sys/dev/sym/
H A Dsym_defs.h422 /*40*/ u16 nc_sien; /* -->: interrupt enable */
423 /*42*/ u16 nc_sist; /* <--: interrupt status */
443 /*4a*/ u16 nc_respid; /* sta: Reselect-IDs */
462 /*50*/ u16 nc_sidl; /* Lowlevel: latched from scsi data */
472 /*54*/ u16 nc_sodl; /* Lowlevel: data out to scsi data */
488 /*58*/ u16 nc_sbdl; /* Lowlevel: data from scsi data */
489 /*5a*/ u16 nc_5a_;
504 /*bc*/ u16 nc_scntl4; /* C1010 only */
534 /*e0*/ u16 nc_crcpad; /* CRC Value */
541 /*f0*/ u16 nc_dfb
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_vf.c254 u16 i;
306 vector = ((mc_addr[4] >> 4) | (((u16)mc_addr[5]) << 4));
309 vector = ((mc_addr[4] >> 3) | (((u16)mc_addr[5]) << 5));
312 vector = ((mc_addr[4] >> 2) | (((u16)mc_addr[5]) << 6));
315 vector = ((mc_addr[4]) | (((u16)mc_addr[5]) << 8));
329 u32 *retmsg, u16 size)
389 u16 *vector_list = (u16 *)&msgbuf[1];
416 vector_list[i] = (u16)vector;
680 s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_siz
[all...]
/freebsd-13-stable/sys/dev/bce/
H A Dif_bcereg.h38 #define u16 uint16_t macro
435 __FUNCTION__, phy, (u16) reg & 0xffff, (u16) val & 0xffff, \
439 __FUNCTION__, phy, (u16) reg & 0xffff, (u16) val & 0xffff, \
443 __FUNCTION__, phy, (u16) reg & 0xffff, (u16) val & 0xffff, \
447 __FUNCTION__, phy, (u16) reg & 0xffff, (u16) val & 0xffff, \
451 __FUNCTION__, phy, (u16) re
[all...]
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11_he.c267 u16 sta_rx_mcs_set, ap_tx_mcs_set;
269 const u16 *ap_mcs_set, *sta_mcs_set;
274 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs;
275 sta_mcs_set = (u16 *) ((const struct ieee80211_he_capabilities *)
322 u16 copy_sta_he_capab(struct hostapd_data *hapd, struct sta_info *sta,
H A Dieee802_11_vht.c131 u16 sta_rx_mcs_set, ap_tx_mcs_set;
332 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta,
360 u16 copy_sta_vht_oper(struct hostapd_data *hapd, struct sta_info *sta,
383 u16 copy_sta_vendor_vht(struct hostapd_data *hapd, struct sta_info *sta,
443 u16 set_sta_vht_opmode(struct hostapd_data *hapd, struct sta_info *sta,
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diagnostics.c48 int size, u16 counter_id)
66 u64 *array, int size, u16 counter_id, u64 value)
119 u16 counter_id =
192 u16 counter_id = MLX5_GET(
268 int mlx5_core_supports_diagnostics(struct mlx5_core_dev *dev, u16 counter_id)
H A Dmlx5_fw.c368 u16 component_index, u32 update_handle,
412 u32 offset, u16 size,
442 u16 component_index,
445 u16 *mcda_max_write_size)
477 u16 component_index, u32 *p_max_size,
478 u8 *p_align_bits, u16 *p_max_write_size)
509 u16 component_index, u32 component_size)
520 u8 *data, u16 size, u32 offset)
530 u16 component_index)
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_mcg.c65 u16 *hash, int *prev, int *index)
120 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
125 u16 hash;
214 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
219 u16 hash;
/freebsd-13-stable/sys/contrib/ena-com/
H A Dena_com.c114 ena_addr->mem_addr_high = (u16)upper_32_bits(addr);
123 u16 size = ADMIN_SQ_SIZE(admin_queue->q_depth);
146 u16 size = ADMIN_CQ_SIZE(admin_queue->q_depth);
167 u16 size;
215 u16 command_id, bool capture)
251 u16 tail_masked, cmd_id;
252 u16 queue_size_mask;
253 u16 cnt;
260 cnt = (u16)ATOMIC32_READ(&admin_queue->outstanding_cmds);
309 u16
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Den.h276 u16 stride;
277 u16 cqn; /* index of port CQ associated with this ring */
283 u16 poll_cnt;
333 u16 log_stride;
334 u16 cqn; /* index of port CQ associated with this ring */
395 u16 moder_time;
396 u16 moder_cnt;
551 u16 rx_usecs;
552 u16 rx_frames;
553 u16 tx_usec
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_adminq.c186 desc->datalen = CPU_TO_LE16((u16)bi->size);
649 u16 cfg_ptr, oem_hi, oem_lo;
650 u16 eetrack_lo, eetrack_hi;
778 u16 i40e_clean_asq(struct i40e_hw *hw)
782 u16 ntc = asq->next_to_clean;
843 u16 buff_size,
851 u16 retval = 0;
1046 u16 opcode)
1067 u16 *pending)
1070 u16 nt
[all...]
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_mapping.c248 u16 volume_mapping_flags;
249 u16 ioc_pg8_flags = le16toh(sc->ioc_pg8.Flags);
294 _mapping_get_enc_idx_from_handle(struct mpr_softc *sc, u16 handle)
352 u16 ioc_pg8_flags = le16toh(sc->ioc_pg8.Flags);
428 _mapping_get_ir_mt_idx_from_handle(struct mpr_softc *sc, u16 volHandle)
450 _mapping_get_mt_idx_from_handle(struct mpr_softc *sc, u16 handle)
520 u16 volume_mapping_flags;
543 static u16
546 u16 entry_num;
574 u16 entry_nu
[all...]

Completed in 321 milliseconds

<<11121314151617181920>>