Lines Matching defs:addr
1006 vif->addr, il->scan_request->ie,
1918 ptr->addr = dma_alloc_coherent(&il->pci_dev->dev, size, &ptr->dma,
1920 if (!ptr->addr)
1929 if (unlikely(!ptr->addr))
1932 dma_free_coherent(&il->pci_dev->dev, ptr->size, ptr->addr, ptr->dma);
2229 D_HT("%s on ra = %pM tid = %d\n", __func__, sta->addr, tid);
2382 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
2391 u8 *addr = il->stations[sta_id].sta.sta.addr;
2407 ieee80211_stop_tx_ba_cb_irqsafe(il->vif, addr, tid);
2415 ieee80211_start_tx_ba_cb_irqsafe(il->vif, addr, tid);
2565 il4965_find_station(struct il_priv *il, const u8 *addr)
2575 if (is_broadcast_ether_addr(addr))
2581 ether_addr_equal(il->stations[i].sta.sta.addr, addr)) {
2586 D_ASSOC("can not find STA %pM total %d\n", addr, il->num_stations);
3078 il4965_add_bssid_station(struct il_priv *il, const u8 *addr, u8 *sta_id_r)
3088 ret = il_add_station_common(il, addr, 0, NULL, &sta_id);
3090 IL_ERR("Unable to add station %pM\n", addr);
3105 addr);
3865 dma_addr_t addr = get_unaligned_le32(&tb->lo);
3867 addr |=
3871 return addr;
3883 il4965_tfd_set_tb(struct il_tfd *tfd, u8 idx, dma_addr_t addr, u16 len)
3888 put_unaligned_le32(addr, &tb->lo);
3890 hi_n_len |= ((addr >> 16) >> 16) & 0xF;
3956 dma_addr_t addr, u16 len, u8 reset, u8 pad)
3978 BUG_ON(addr & ~DMA_BIT_MASK(36));
3979 if (unlikely(addr & ~IL_TX_DMA_MASK))
3980 IL_ERR("Unaligned address = %llx\n", (unsigned long long)addr);
3982 il4965_tfd_set_tb(tfd, num_tbs, addr, len);
5972 D_HT("A-MPDU action on addr %pM tid %d\n", sta->addr, tid);
6021 D_INFO("received request to add station %pM\n", sta->addr);
6023 D_INFO("proceeding to add station %pM\n", sta->addr);
6029 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id);
6031 IL_ERR("Unable to add station %pM (%d)\n", sta->addr, ret);
6040 D_INFO("Initializing rate scaling for station %pM\n", sta->addr);
6596 il4965_eeprom_get_mac(il, il->addresses[0].addr);
6597 D_INFO("MAC address: %pM\n", il->addresses[0].addr);