Searched refs:ah (Results 151 - 175 of 266) sorted by relevance

1234567891011

/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c696 struct bnxt_re_ah *ah = container_of(ib_ah, struct bnxt_re_ah, ib_ah); local
697 struct bnxt_re_dev *rdev = ah->rdev;
702 rc = bnxt_qplib_destroy_ah(&rdev->qplib_res, &ah->qplib_ah, block);
742 struct bnxt_re_ah *ah = container_of(ib_ah, struct bnxt_re_ah, ib_ah); local
752 ah->rdev = rdev;
753 ah->qplib_ah.pd = &pd->qplib_pd;
756 memcpy(ah->qplib_ah.dgid.data, grh->dgid.raw,
763 ah->qplib_ah.sgid_index = ctx->idx;
764 ah->qplib_ah.host_sgid_index = grh->sgid_index;
765 ah
805 struct bnxt_re_ah *ah = container_of(ib_ah, struct bnxt_re_ah, ib_ah); local
1089 struct bnxt_re_ah *ah; local
2246 struct bnxt_re_ah *ah = container_of(ud_wr(wr)->ah, struct bnxt_re_ah, local
2468 struct bnxt_re_ah *ah = NULL; local
[all...]
H A Dib_verbs.h198 int bnxt_re_create_ah(struct ib_ah *ah, struct rdma_ah_init_attr *init_attr,
200 int bnxt_re_query_ah(struct ib_ah *ah, struct rdma_ah_attr *ah_attr);
201 int bnxt_re_destroy_ah(struct ib_ah *ah, u32 flags);
H A Dqplib_sp.c419 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, argument
434 memcpy(temp32, ah->dgid.data, sizeof(struct bnxt_qplib_gid));
440 req.type = ah->nw_type;
441 req.hop_limit = ah->hop_limit;
442 req.sgid_index = cpu_to_le16(res->sgid_tbl.hw_id[ah->sgid_index]);
443 req.dest_vlan_id_flow_label = cpu_to_le32((ah->flow_label &
446 req.pd_id = cpu_to_le32(ah->pd->id);
447 req.traffic_class = ah->traffic_class;
450 memcpy(temp16, ah->dmac, 6);
461 ah
465 bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, bool block) argument
[all...]
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.h142 int ocrdma_alloc_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah);
143 void ocrdma_free_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah);
/linux-master/drivers/block/aoe/
H A Daoenet.c134 struct aoe_atahdr *ah; local
147 sn = sizeof(*h) + sizeof(*ah);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c25 struct ath_hw *ah = sc->sc_ah; local
26 struct ath_common *common = ath9k_hw_common(ah);
39 if (ah->curchan)
40 old_pos = ah->curchan - &ah->channels[0];
50 ath9k_cmn_get_channel(hw, ah, chandef);
87 rxfilter = ath9k_hw_getrxfilter(ah);
90 ath9k_hw_setrxfilter(ah, rxfilter);
376 struct ath_hw *ah = sc->sc_ah; local
379 ath9k_hw_gen_timer_start(ah, s
497 struct ath_hw *ah = sc->sc_ah; local
1387 struct ath_hw *ah = sc->sc_ah; local
1406 struct ath_hw *ah = sc->sc_ah; local
1429 struct ath_hw *ah = sc->sc_ah; local
[all...]
H A Dhtc_drv_debug.c364 struct ath_common *common = ath9k_hw_common(priv->ah);
376 struct ath_common *common = ath9k_hw_common(priv->ah);
482 int ath9k_htc_init_debug(struct ath_hw *ah) argument
484 struct ath_common *common = ath9k_hw_common(ah);
515 ath9k_cmn_debug_base_eeprom(priv->debug.debugfs_phy, priv->ah);
516 ath9k_cmn_debug_modal_eeprom(priv->debug.debugfs_phy, priv->ah);
H A Dcommon-spectral.h98 struct ath_hw *ah; member in struct:ath_spec_scan_priv
H A Ddebug.h255 int ath9k_init_debug(struct ath_hw *ah);
282 static inline int ath9k_init_debug(struct ath_hw *ah) argument
/linux-master/arch/x86/boot/
H A Dvideo-bios.c38 ireg.ah = 0x0f; /* Get Current Video Mode */
H A Dvideo.c27 ireg.ah = 0x03;
47 ireg.ah = 0x0f;
309 ireg.ah = 0x02; /* Set cursor position */
H A Dmain.c71 ireg.ah = 0x02; /* Get keyboard status */
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c73 struct ieee80211_hw *hw = ar->ah->hw;
H A Dcore.c946 struct ath12k_hw *ah; local
956 ah = ab->ah[i];
957 if (!ah)
960 for (j = 0; j < ah->num_radio; j++) {
961 ar = &ah->radio[j];
968 hw = ah->hw;
998 struct ath12k_hw *ah; local
1009 if (!ab->ah[i])
1012 ah
[all...]
H A Dmac.c625 struct ath12k_hw *ah = hw->priv; local
629 ar = ah->radio;
631 if (ah->num_radio == 1)
634 for_each_ar(ah, ar, i) {
655 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
657 /* If there is one pdev within ah, then we return
660 if (ah->num_radio == 1)
661 return ah->radio;
1221 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
1225 ar = ath12k_ah_to_ar(ah,
3135 struct ath12k_hw *ah = hw->priv; local
3334 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
4364 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
5735 ath12k_drain_tx(struct ath12k_hw *ah) argument
5746 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
5862 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
6044 struct ath12k_hw *ah = ar->ah; local
6295 struct ath12k_hw *ah = hw->priv; local
6586 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
6601 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
6621 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
6671 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
7467 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
7540 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
7919 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
8098 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
8125 struct ath12k_hw *ah = ath12k_hw_to_ah(hw); local
8293 struct ath12k_hw *ah = ar->ah; local
8383 ath12k_mac_get_ifmodes(struct ath12k_hw *ah) argument
8395 ath12k_mac_is_iface_mode_enable(struct ath12k_hw *ah, enum nl80211_iftype type) argument
8415 ath12k_mac_setup_iface_combinations(struct ath12k_hw *ah) argument
8536 ath12k_mac_hw_unregister(struct ath12k_hw *ah) argument
8585 ath12k_mac_hw_register(struct ath12k_hw *ah) argument
8850 struct ath12k_hw *ah; local
8885 struct ath12k_hw *ah; local
8897 ath12k_mac_hw_destroy(struct ath12k_hw *ah) argument
8909 struct ath12k_hw *ah; local
8965 struct ath12k_hw *ah; local
[all...]
H A Dcore.h507 struct ath12k_hw *ah; member in struct:ath12k
801 struct ath12k_hw *ah[MAX_RADIOS]; member in struct:ath12k_base
1031 static inline struct ath12k *ath12k_ah_to_ar(struct ath12k_hw *ah, u8 hw_link_id) argument
1033 if (WARN(hw_link_id >= ah->num_radio,
1037 return &ah->radio[hw_link_id];
1042 return ar->ah->hw;
1045 #define for_each_ar(ah, ar, index) \
1046 for ((index) = 0; ((index) < (ah)->num_radio && \
1047 ((ar) = &(ah)->radio[(index)])); (index)++)
/linux-master/crypto/
H A Dvmac.c228 #define poly_step(ah, al, kh, kl, mh, ml) \
233 PMUL64(t2h, t2l, ah, kl); \
234 PMUL64(t1h, t1l, ah, 2*kh); \
235 PMUL64(ah, al, al, kl); \
237 ADD128(ah, al, t1h, t1l); \
240 /* now (ah,al), (t2l,2*t2h) need summing */ \
242 ADD128(t2h, ah, z, t2l); \
243 /* double t2h and add top bit of ah */ \
244 t2h = 2 * t2h + (ah >> 63); \
245 ah
[all...]
/linux-master/arch/x86/xen/
H A Dxen-asm.S101 setz %ah
102 addb %ah, %ah
/linux-master/include/linux/
H A Dmath64.h182 u32 ah = a >> 32, al = a; local
186 if (ah)
187 ret += mul_u32_u32(ah, mul) << (32 - shift);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dqp.c1773 const struct rdma_ah_attr *ah,
1781 path->grh_mylmc = rdma_ah_get_path_bits(ah) & 0x7f;
1782 path->rlid = cpu_to_be16(rdma_ah_get_dlid(ah));
1783 if (rdma_ah_get_static_rate(ah)) {
1784 path->static_rate = rdma_ah_get_static_rate(ah) +
1792 if (rdma_ah_get_ah_flags(ah) & IB_AH_GRH) {
1793 const struct ib_global_route *grh = rdma_ah_read_grh(ah);
1814 if (ah->type == RDMA_AH_ATTR_TYPE_ROCE) {
1815 if (!(rdma_ah_get_ah_flags(ah) & IB_AH_GRH))
1819 ((port - 1) << 6) | ((rdma_ah_get_sl(ah)
1772 _mlx4_set_path(struct mlx4_ib_dev *dev, const struct rdma_ah_attr *ah, u64 smac, u16 vlan_tag, struct mlx4_qp_path *path, struct mlx4_roce_smac_vlan_info *smac_info, u8 port) argument
2869 struct mlx4_ib_ah *ah = to_mah(wr->ah); local
3022 struct mlx4_ib_ah *ah = to_mah(wr->ah); local
3401 struct mlx4_ib_ah *ah = to_mah(wr->ah); local
3546 struct mlx4_ib_ah *ah = to_mah(ud_wr(wr)->ah); local
[all...]
H A Dmlx4_ib.h456 struct ib_ah *ah; member in struct:mlx4_ib_tun_tx_buf
777 int mlx4_ib_create_ah(struct ib_ah *ah, struct rdma_ah_init_attr *init_attr,
779 int mlx4_ib_create_ah_slave(struct ib_ah *ah, struct rdma_ah_attr *ah_attr,
782 static inline int mlx4_ib_destroy_ah(struct ib_ah *ah, u32 flags) argument
829 static inline bool mlx4_ib_ah_grh_present(struct mlx4_ib_ah *ah) argument
831 u32 port = be32_to_cpu(ah->av.ib.port_pd) >> 24 & 3;
833 if (rdma_port_get_link_layer(ah->ibah.device, port) == IB_LINK_LAYER_ETHERNET)
836 return !!(ah->av.ib.g_slid & 0x80);
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c3438 struct irdma_ah *ah; local
3483 ah = to_iwah(ud_wr(ib_wr)->ah);
3484 info.op.send.ah_id = ah->sc_ah.ah_info.ah_idx;
4391 static int irdma_create_hw_ah(struct irdma_device *iwdev, struct irdma_ah *ah, bool sleep) argument
4396 err = irdma_alloc_rsrc(rf, rf->allocated_ahs, rf->max_ah, &ah->sc_ah.ah_info.ah_idx,
4401 err = irdma_ah_cqp_op(rf, &ah->sc_ah, IRDMA_OP_AH_CREATE, sleep,
4402 irdma_gsi_ud_qp_ah_cb, &ah->sc_ah);
4415 } while (!ah->sc_ah.ah_info.ah_valid && --cnt);
4426 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, ah
4434 struct irdma_ah *ah = container_of(ibah, struct irdma_ah, ibah); local
4526 struct irdma_ah *ah; local
4555 struct irdma_ah *ah = to_iwah(ibah); local
4590 struct irdma_ah *ah = container_of(ibah, struct irdma_ah, ibah); local
4643 struct irdma_ah *ah = container_of(ibah, struct irdma_ah, ibah); local
4662 struct irdma_ah *ah = to_iwah(ibah); local
[all...]
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib.h164 struct ipoib_ah *ah; member in struct:ipoib_mcast
424 struct ib_ah *ah; member in struct:ipoib_ah
434 struct ipoib_ah *ah; member in struct:ipoib_path
448 struct ipoib_ah *ah; member in struct:ipoib_neigh
491 static inline void ipoib_put_ah(struct ipoib_ah *ah) argument
493 kref_put(&ah->ref, ipoib_free_ah);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dgsi.c414 struct mlx5_ib_ah *ah = to_mah(wr->ah); local
420 if (dev->lag_active && ah->xmit_port)
421 qp_index = ah->xmit_port - 1;
/linux-master/drivers/net/wireless/ath/ath5k/
H A Ddesc.h173 (ah->ah_version == AR5K_AR5210 ? \
188 (ah->ah_version == AR5K_AR5210 ? \

Completed in 515 milliseconds

1234567891011