Searched refs:station (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c308 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG))
310 if (memcmp(tx->station[sidx].mac, dst_mac, ETH_ALEN))
321 if (skb_queue_len(&tx->station[sidx].data_list) > 60)
325 if (skb_queue_len(&tx->station[sidx].data_list) > 256)
327 skb_queue_tail(&tx->station[sidx].data_list, skb);
454 if (memcmp(&buffer[10], tx->station[sidx].mac, ETH_ALEN))
456 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) {
457 tx->station[sidx].flag |= STATION_HEARTBEAT_FLAG;
464 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG)
466 memcpy(tx->station[sid
[all...]
H A Dusb.c47 if (!(tx->station[usb->sidx].flag & STATION_CONNECTED_FLAG))
49 if (!(tx->station[usb->sidx].flag & STATION_FIFO_FULL_FLAG))
50 skb = skb_peek(&tx->station[usb->sidx].data_list);
54 skb = skb_dequeue(&tx->station[usb->sidx].data_list);
57 if (skb_queue_len(&tx->station[usb->sidx].data_list) <= 60)
137 tx->station[sidx].flag |= STATION_FIFO_FULL_FLAG;
143 tx->station[sidx].flag &= STATION_ACTIVE_FLAG;
564 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG))
566 if (tx->station[sidx].flag & STATION_HEARTBEAT_FLAG) {
567 tx->station[sid
[all...]
H A Dusb.h120 struct plf_station station[MAX_STA_NUM]; member in struct:plfxlc_usb_tx
/linux-master/drivers/ptp/
H A Dptp_pch.c127 u8 station[STATION_ADDR_LEN]; member in struct:pch_params
260 * pch_set_station_address() - This API sets the station address used by
501 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) {
502 if (pch_set_station_address(pch_param.station, pdev) != 0) {
504 "Invalid station address parameter\n"
505 "Module loaded but station address not set correctly\n"
537 module_param_string(station,
538 pch_param.station, sizeof(pch_param.station), 0444);
539 MODULE_PARM_DESC(station,
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c393 struct il_station_entry *station; local
410 station = &il->stations[i];
411 if (!station->used)
415 "station %d - addr: %pM, flags: %#x\n", i,
416 station->sta.sta.addr,
417 station->sta.station_flags_msk);
429 j, station->tid[j].seq_number,
430 station->tid[j].agg.txq_id,
431 station->tid[j].agg.frame_count,
432 station
[all...]
H A D3945.c733 struct il_station_entry *station; local
739 station = &il->stations[sta_id];
741 station->sta.sta.modify_mask = STA_MODIFY_TX_RATE_MSK;
742 station->sta.rate_n_flags = cpu_to_le16(tx_rate);
743 station->sta.mode = STA_CONTROL_MODIFY_MSK;
744 il_send_add_sta(il, &station->sta, CMD_ASYNC);
747 D_RATE("SCALE sync station %d to rate %d\n", sta_id, tx_rate);
2267 IL_ERR("Unable to add station %pM\n", addr);
H A Dcommon.c1743 IL_ERR("ACTIVATE a non DRIVER active station id %u addr %pM\n",
1770 D_INFO("Processing response for adding station %u\n", sta_id);
1781 IL_ERR("Adding station %d failed, no room in table.\n", sta_id);
1784 IL_ERR("Adding station %d failed, no block ack resource.\n",
1788 IL_ERR("Attempting to modify non-existing station %d\n",
1796 D_INFO("%s station id %u addr %pM\n",
1809 D_INFO("%s station according to cmd buffer %pM\n",
1917 * il_prep_station - Prepare station information for addition
1925 struct il_station_entry *station; local
1956 * station
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c26 IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u "
48 IWL_DEBUG_INFO(priv, "Processing response for adding station\n");
57 IWL_ERR(priv, "Adding station failed, no room in table.\n");
61 "Adding station failed, no block ack resource.\n");
64 IWL_ERR(priv, "Attempting to modify non-existing station\n");
233 * iwl_prep_station - Prepare station information for addition
240 struct iwl_station_entry *station; local
270 * station. Keep track if one is in progress so that we do not send
287 station = &priv->stations[sta_id];
288 station
[all...]
H A Ddebugfs.c187 struct iwl_station_entry *station; local
203 station = &priv->stations[i];
204 if (!station->used)
207 "station %d - addr: %pM, flags: %#x\n",
208 i, station->sta.sta.addr,
209 station->sta.station_flags_msk);
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c206 u8 station[20]; local
232 strcpy(station, PTP_L4_MULTICAST_SA);
233 pch_set_station_address(station, pdev);
238 strcpy(station, PTP_L2_MULTICAST_SA);
239 pch_set_station_address(station, pdev);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c248 ath10k_warn(ar, "not found station for peer stats\n");
559 struct ieee80211_sta *station; local
581 station = ieee80211_find_sta_by_ifaddr(ar->hw,
584 if (!station) {
585 ath10k_warn(ar, "did not find station from tdls peer event");
597 arvif->vif, station->addr,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4941 if (wl_rinfo->role_map.role.station &&
4953 if (wl_rinfo->role_map.role.station)
5091 if (wl_rinfo->role_map.role.station &&
5103 if (wl_rinfo->role_map.role.station)
5241 if (wl_rinfo->role_map.role.station &&
5253 if (wl_rinfo->role_map.role.station)
H A Dfw.c3901 RTW89_SET_FWCMD_CXROLE_ROLE_STA(cmd, bpos->station);
3981 RTW89_SET_FWCMD_CXROLE_ROLE_STA(cmd, bpos->station);
4071 RTW89_SET_FWCMD_CXROLE_ROLE_STA(cmd, bpos->station);
H A Dcore.h1531 u16 station: 1; member in struct:rtw89_btc_wl_role_info_bpos

Completed in 317 milliseconds