Searched refs:ah (Results 101 - 125 of 166) sorted by relevance

1234567

/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c80 if (mcast->ah)
81 ipoib_put_ah(mcast->ah);
172 struct ipoib_ah *ah; local
236 ah = ipoib_create_ah(dev, priv->pd, &av);
237 if (IS_ERR(ah)) {
239 -PTR_ERR(ah));
241 return PTR_ERR(ah);
244 mcast->ah = ah;
249 mcast->ah
[all...]
H A Dipoib_main.c322 if (path->ah)
323 ipoib_put_ah(path->ah);
440 struct ipoib_ah *ah = NULL; local
460 ah = ipoib_create_ah(dev, priv->pd, &av);
465 if (!IS_ERR_OR_NULL(ah)) {
468 old_ah = path->ah;
469 path->ah = ah;
472 ah, be16_to_cpu(pathrec->dlid), pathrec->sl);
478 if (neigh->ah) {
[all...]
H A Dipoib.h144 struct ipoib_ah *ah; member in struct:ipoib_mcast
386 struct ib_ah *ah; member in struct:ipoib_ah
395 struct ipoib_ah *ah; member in struct:ipoib_path
410 struct ipoib_ah *ah; member in struct:ipoib_neigh
457 static inline void ipoib_put_ah(struct ipoib_ah *ah) argument
459 kref_put(&ah->ref, ipoib_free_ah);
/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);
38 if (ah->curchan)
39 old_pos = ah->curchan - &ah->channels[0];
49 ath9k_cmn_get_channel(hw, ah, chandef);
86 rxfilter = ath9k_hw_getrxfilter(ah);
89 ath9k_hw_setrxfilter(ah, rxfilter);
293 struct ath_hw *ah = sc->sc_ah; local
295 ath9k_hw_gen_timer_start(ah, s
307 struct ath_hw *ah = sc->sc_ah; local
1198 struct ath_hw *ah = sc->sc_ah; local
1217 struct ath_hw *ah = sc->sc_ah; local
1239 struct ath_hw *ah = sc->sc_ah; local
[all...]
H A Ddebug_sta.c110 struct ath_hw *ah = sc->sc_ah; local
156 if (ah->curchan->chan->band == IEEE80211_BAND_2GHZ)
187 struct ath_hw *ah = sc->sc_ah; local
200 band = ah->curchan->chan->band;
H A Dpci.c698 struct ath_hw *ah = (struct ath_hw *) common->ah; local
700 common->ops->read(ah, AR5416_EEPROM_OFFSET +
703 if (!ath9k_hw_wait(ah,
711 *data = MS(common->ops->read(ah, AR_EEPROM_STATUS_DATA),
722 struct ath_hw *ah = sc->sc_ah; local
727 if (!ah->is_pciexpress)
734 if ((ath9k_hw_get_btcoex_scheme(ah) != ATH_BTCOEX_CFG_NONE) &&
735 (AR_SREV_9285(ah))) {
764 if (AR_SREV_9462(ah))
929 struct ath_hw *ah = sc->sc_ah; local
[all...]
H A Dwmi.c188 struct ath_common *common = ath9k_hw_common(priv->ah);
288 struct ath_hw *ah = wmi->drv_priv->ah; local
289 struct ath_common *common = ath9k_hw_common(ah);
297 if (ah->ah_flags & AH_UNPLUGGED)
H A Dspectral.c43 struct ath_hw *ah = sc->sc_ah; local
51 u16 fft_len, length, freq = ah->curchan->chan->center_freq;
126 struct ath9k_hw_cal_data *caldata = ah->caldata;
130 ext_nf = ath9k_hw_getchan_noise(ah, ah->curchan,
145 fft_sample_40.lower_noise = ah->noise;
152 fft_sample_40.upper_noise = ah->noise;
186 fft_sample_20.noise = ah->noise;
H A Dhtc_drv_debug.c375 struct ath_common *common = ath9k_hw_common(priv->ah);
387 struct ath_common *common = ath9k_hw_common(priv->ah);
494 int ath9k_htc_init_debug(struct ath_hw *ah) argument
496 struct ath_common *common = ath9k_hw_common(ah);
525 ath9k_cmn_debug_base_eeprom(priv->debug.debugfs_phy, priv->ah);
526 ath9k_cmn_debug_modal_eeprom(priv->debug.debugfs_phy, priv->ah);
H A Dxmit.c1102 struct ath_hw *ah = sc->sc_ah; local
1103 struct ath_common *common = ath9k_hw_common(ah);
1164 ah->txchainmask, info->rates[i].Rate);
1189 info->rates[i].ChSel = ah->txchainmask;
1192 ah->txchainmask, info->rates[i].Rate);
1233 struct ath_hw *ah = sc->sc_ah; local
1318 ath9k_hw_set_txdesc(ah, bf->bf_desc, &info);
1615 struct ath_hw *ah = sc->sc_ah; local
1647 if (ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
1656 axq_qnum = ath9k_hw_setuptxqueue(ah, qtyp
1688 struct ath_hw *ah = sc->sc_ah; local
1784 struct ath_hw *ah = sc->sc_ah; local
1940 struct ath_hw *ah = sc->sc_ah; local
2076 struct ath_hw *ah = sc->sc_ah; local
2495 struct ath_hw *ah = sc->sc_ah; local
2544 struct ath_hw *ah = sc->sc_ah; local
2619 struct ath_hw *ah = sc->sc_ah; local
2633 struct ath_hw *ah = sc->sc_ah; local
[all...]
H A Ddebug.h249 int ath9k_init_debug(struct ath_hw *ah);
276 static inline int ath9k_init_debug(struct ath_hw *ah) argument
/drivers/infiniband/hw/mlx4/
H A Dmad.c372 if ((send_buf->ah = dev->sm_ah[port_num - 1]))
463 struct ib_ah *ah; local
505 /* create ah. Just need an empty one with the port num for the post send.
513 ah = ib_create_ah(tun_ctx->pd, &attr);
514 if (IS_ERR(ah))
529 if (tun_qp->tx_ring[tun_tx_ix].ah)
530 ib_destroy_ah(tun_qp->tx_ring[tun_tx_ix].ah);
531 tun_qp->tx_ring[tun_tx_ix].ah = ah;
583 wr.wr.ud.ah
1164 struct ib_ah *ah; local
1275 struct mlx4_ib_ah ah; local
[all...]
H A Dqp.c1242 static int _mlx4_set_path(struct mlx4_ib_dev *dev, const struct ib_ah_attr *ah, argument
1253 path->grh_mylmc = ah->src_path_bits & 0x7f;
1254 path->rlid = cpu_to_be16(ah->dlid);
1255 if (ah->static_rate) {
1256 path->static_rate = ah->static_rate + MLX4_STAT_RATE_OFFSET;
1263 if (ah->ah_flags & IB_AH_GRH) {
1264 if (ah->grh.sgid_index >= dev->dev->caps.gid_table_len[port]) {
1266 ah->grh.sgid_index, dev->dev->caps.gid_table_len[port] - 1);
1271 path->mgid_index = ah->grh.sgid_index;
1272 path->hop_limit = ah
1989 struct mlx4_ib_ah *ah = to_mah(wr->wr.ud.ah); local
2111 struct mlx4_ib_ah *ah = to_mah(wr->wr.ud.ah); local
2466 struct mlx4_ib_ah *ah = to_mah(wr->wr.ud.ah); local
[all...]
H A Dmlx4_ib.h380 struct ib_ah *ah; member in struct:mlx4_ib_tun_tx_buf
662 int mlx4_ib_destroy_ah(struct ib_ah *ah);
711 static inline bool mlx4_ib_ah_grh_present(struct mlx4_ib_ah *ah) argument
713 u8 port = be32_to_cpu(ah->av.ib.port_pd) >> 24 & 3;
715 if (rdma_port_get_link_layer(ah->ibah.device, port) == IB_LINK_LAYER_ETHERNET)
718 return !!(ah->av.ib.g_slid & 0x80);
/drivers/infiniband/core/
H A Dverbs.c180 struct ib_ah *ah; local
182 ah = pd->device->create_ah(pd, ah_attr);
184 if (!IS_ERR(ah)) {
185 ah->device = pd->device;
186 ah->pd = pd;
187 ah->uobject = NULL;
191 return ah;
261 int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) argument
263 return ah->device->modify_ah ?
264 ah
269 ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) argument
277 ib_destroy_ah(struct ib_ah *ah) argument
[all...]
/drivers/block/aoe/
H A Daoecmd.c146 put_lba(struct aoe_atahdr *ah, sector_t lba) argument
148 ah->lba0 = lba;
149 ah->lba1 = lba >>= 8;
150 ah->lba2 = lba >>= 8;
151 ah->lba3 = lba >>= 8;
152 ah->lba4 = lba >>= 8;
153 ah->lba5 = lba >>= 8;
322 struct aoe_atahdr *ah; local
328 ah = (struct aoe_atahdr *) (h + 1);
329 skb_put(skb, sizeof(*h) + sizeof(*ah));
1441 struct aoe_atahdr *ah; local
[all...]
H A Daoenet.c134 struct aoe_atahdr *ah; local
147 sn = sizeof(*h) + sizeof(*ah);
/drivers/infiniband/hw/usnic/
H A Dusnic_ib_verbs.h62 int usnic_ib_destroy_ah(struct ib_ah *ah);
/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h71 int ehca_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
73 int ehca_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
75 int ehca_destroy_ah(struct ib_ah *ah);
/drivers/bluetooth/
H A Dhci_ll.c378 struct hci_acl_hdr *ah; local
412 ah = hci_acl_hdr(ll->rx_skb);
413 dlen = __le16_to_cpu(ah->dlen);
H A Dbtuart_cs.c243 struct hci_acl_hdr *ah; local
256 ah = hci_acl_hdr(info->rx_skb);
257 dlen = __le16_to_cpu(ah->dlen);
/drivers/net/wireless/ath/ath5k/
H A Ddesc.h173 (ah->ah_version == AR5K_AR5210 ? \
188 (ah->ah_version == AR5K_AR5210 ? \
/drivers/infiniband/hw/qib/
H A Dqib_verbs.c376 if (qp->ibqp.pd != wr->wr.ud.ah->pd)
428 atomic_inc(&to_iah(wr->wr.ud.ah)->refcount);
1822 struct qib_ah *ah; local
1832 ah = kmalloc(sizeof *ah, GFP_ATOMIC);
1833 if (!ah) {
1841 kfree(ah);
1849 /* ib_create_ah() will initialize ah->ibah. */
1850 ah->attr = *ah_attr;
1851 atomic_set(&ah
1862 struct ib_ah *ah = ERR_PTR(-EINVAL); local
1885 struct qib_ah *ah = to_iah(ibah); local
1902 struct qib_ah *ah = to_iah(ibah); local
1914 struct qib_ah *ah = to_iah(ibah); local
[all...]
/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c515 static int mthca_path_set(struct mthca_dev *dev, const struct ib_ah_attr *ah, argument
518 path->g_mylmc = ah->src_path_bits & 0x7f;
519 path->rlid = cpu_to_be16(ah->dlid);
520 path->static_rate = mthca_get_rate(dev, ah->static_rate, port);
522 if (ah->ah_flags & IB_AH_GRH) {
523 if (ah->grh.sgid_index >= dev->limits.gid_table_len) {
525 ah->grh.sgid_index, dev->limits.gid_table_len-1);
530 path->mgid_index = ah->grh.sgid_index;
531 path->hop_limit = ah->grh.hop_limit;
533 cpu_to_be32((ah
[all...]
H A Dmthca_dev.h564 struct mthca_ah *ah);
565 int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah);
566 int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah,
569 int mthca_ah_grh_present(struct mthca_ah *ah);

Completed in 333 milliseconds

1234567