Lines Matching defs:addr

1007 			      vif->addr, il->scan_request->ie,
1917 ptr->addr = dma_alloc_coherent(&il->pci_dev->dev, size, &ptr->dma,
1919 if (!ptr->addr)
1928 if (unlikely(!ptr->addr))
1931 dma_free_coherent(&il->pci_dev->dev, ptr->size, ptr->addr, ptr->dma);
2228 D_HT("%s on ra = %pM tid = %d\n", __func__, sta->addr, tid);
2381 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
2390 u8 *addr = il->stations[sta_id].sta.sta.addr;
2406 ieee80211_stop_tx_ba_cb_irqsafe(il->vif, addr, tid);
2414 ieee80211_start_tx_ba_cb_irqsafe(il->vif, addr, tid);
2564 il4965_find_station(struct il_priv *il, const u8 *addr)
2574 if (is_broadcast_ether_addr(addr))
2580 ether_addr_equal(il->stations[i].sta.sta.addr, addr)) {
2585 D_ASSOC("can not find STA %pM total %d\n", addr, il->num_stations);
3077 il4965_add_bssid_station(struct il_priv *il, const u8 *addr, u8 *sta_id_r)
3087 ret = il_add_station_common(il, addr, 0, NULL, &sta_id);
3089 IL_ERR("Unable to add station %pM\n", addr);
3104 addr);
3864 dma_addr_t addr = get_unaligned_le32(&tb->lo);
3866 addr |=
3870 return addr;
3882 il4965_tfd_set_tb(struct il_tfd *tfd, u8 idx, dma_addr_t addr, u16 len)
3887 put_unaligned_le32(addr, &tb->lo);
3889 hi_n_len |= ((addr >> 16) >> 16) & 0xF;
3955 dma_addr_t addr, u16 len, u8 reset, u8 pad)
3977 BUG_ON(addr & ~DMA_BIT_MASK(36));
3978 if (unlikely(addr & ~IL_TX_DMA_MASK))
3979 IL_ERR("Unaligned address = %llx\n", (unsigned long long)addr);
3981 il4965_tfd_set_tb(tfd, num_tbs, addr, len);
5971 D_HT("A-MPDU action on addr %pM tid %d\n", sta->addr, tid);
6020 D_INFO("received request to add station %pM\n", sta->addr);
6022 D_INFO("proceeding to add station %pM\n", sta->addr);
6028 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id);
6030 IL_ERR("Unable to add station %pM (%d)\n", sta->addr, ret);
6039 D_INFO("Initializing rate scaling for station %pM\n", sta->addr);
6591 il4965_eeprom_get_mac(il, il->addresses[0].addr);
6592 D_INFO("MAC address: %pM\n", il->addresses[0].addr);