/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/ |
H A D | usb.c | 47 if (!(tx->station[usb->sidx].flag & STATION_CONNECTED_FLAG)) in plfxlc_send_packet_from_data_queue() 49 if (!(tx->station[usb->sidx].flag & STATION_FIFO_FULL_FLAG)) in plfxlc_send_packet_from_data_queue() 50 skb = skb_peek(&tx->station[usb->sidx].data_list); in plfxlc_send_packet_from_data_queue() 54 skb = skb_dequeue(&tx->station[usb->sidx].data_list); in plfxlc_send_packet_from_data_queue() 57 if (skb_queue_len(&tx->station[usb->sidx].data_list) <= 60) in plfxlc_send_packet_from_data_queue() 137 tx->station[sidx].flag |= STATION_FIFO_FULL_FLAG; in rx_urb_complete() 143 tx->station[sidx].flag &= STATION_ACTIVE_FLAG; in rx_urb_complete() 564 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG)) in sta_queue_cleanup_timer_callb() 566 if (tx->station[sidx].flag & STATION_HEARTBEAT_FLAG) { in sta_queue_cleanup_timer_callb() 567 tx->station[sid in sta_queue_cleanup_timer_callb() [all...] |
H A D | mac.c | 309 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG)) in plfxlc_op_tx() 311 if (memcmp(tx->station[sidx].mac, dst_mac, ETH_ALEN)) in plfxlc_op_tx() 322 if (skb_queue_len(&tx->station[sidx].data_list) > 60) in plfxlc_op_tx() 326 if (skb_queue_len(&tx->station[sidx].data_list) > 256) in plfxlc_op_tx() 328 skb_queue_tail(&tx->station[sidx].data_list, skb); in plfxlc_op_tx() 455 if (memcmp(&buffer[10], tx->station[sidx].mac, ETH_ALEN)) in plfxlc_mac_rx() 457 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) { in plfxlc_mac_rx() 458 tx->station[sidx].flag |= STATION_HEARTBEAT_FLAG; in plfxlc_mac_rx() 465 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) in plfxlc_mac_rx() 467 memcpy(tx->station[sid in plfxlc_mac_rx() [all...] |
H A D | usb.h | 120 struct plf_station station[MAX_STA_NUM]; member
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_pch.c | 127 u8 station[STATION_ADDR_LEN]; member 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) { in pch_probe() 502 if (pch_set_station_address(pch_param.station, pdev) != 0) { in pch_probe() 504 "Invalid station address parameter\n" in pch_probe() 505 "Module loaded but station address not set correctly\n" in pch_probe() 537 module_param_string(station, 538 pch_param.station, sizeof(pch_param.station), 0444); 539 MODULE_PARM_DESC(station, [all...] |
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_pch.c | 126 u8 station[STATION_ADDR_LEN]; member 295 * pch_set_station_address() - This API sets the station address used by 311 /* For all station address bytes */ in pch_set_station_address() 614 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) { in pch_probe() 615 if (pch_set_station_address(pch_param.station, pdev) != 0) { in pch_probe() 617 "Invalid station address parameter\n" in pch_probe() 618 "Module loaded but station address not set correctly\n" in pch_probe() 684 module_param_string(station, 685 pch_param.station, sizeof(pch_param.station), 044 [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | sta.c | 31 IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u " in iwl_sta_ucode_activate() 53 IWL_DEBUG_INFO(priv, "Processing response for adding station\n"); in iwl_process_add_sta_resp() 62 IWL_ERR(priv, "Adding station failed, no room in table.\n"); in iwl_process_add_sta_resp() 66 "Adding station failed, no block ack resource.\n"); in iwl_process_add_sta_resp() 69 IWL_ERR(priv, "Attempting to modify non-existing station\n"); in iwl_process_add_sta_resp() 238 * iwl_prep_station - Prepare station information for addition 245 struct iwl_station_entry *station; in iwl_prep_station() local 275 * station. Keep track if one is in progress so that we do not send in iwl_prep_station() 292 station = &priv->stations[sta_id]; in iwl_prep_station() 293 station in iwl_prep_station() [all...] |
H A D | debugfs.c | 191 struct iwl_station_entry *station; in iwl_dbgfs_stations_read() local 207 station = &priv->stations[i]; in iwl_dbgfs_stations_read() 208 if (!station->used) in iwl_dbgfs_stations_read() 211 "station %d - addr: %pM, flags: %#x\n", in iwl_dbgfs_stations_read() 212 i, station->sta.sta.addr, in iwl_dbgfs_stations_read() 213 station->sta.station_flags_msk); in iwl_dbgfs_stations_read()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | sta.c | 26 IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u " in iwl_sta_ucode_activate() 48 IWL_DEBUG_INFO(priv, "Processing response for adding station\n"); in iwl_process_add_sta_resp() 57 IWL_ERR(priv, "Adding station failed, no room in table.\n"); in iwl_process_add_sta_resp() 61 "Adding station failed, no block ack resource.\n"); in iwl_process_add_sta_resp() 64 IWL_ERR(priv, "Attempting to modify non-existing station\n"); in iwl_process_add_sta_resp() 233 * iwl_prep_station - Prepare station information for addition 240 struct iwl_station_entry *station; in iwl_prep_station() local 270 * station. Keep track if one is in progress so that we do not send in iwl_prep_station() 287 station = &priv->stations[sta_id]; in iwl_prep_station() 288 station in iwl_prep_station() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | debug.c | 393 struct il_station_entry *station; in il_dbgfs_stations_read() local 410 station = &il->stations[i]; in il_dbgfs_stations_read() 411 if (!station->used) in il_dbgfs_stations_read() 415 "station %d - addr: %pM, flags: %#x\n", i, in il_dbgfs_stations_read() 416 station->sta.sta.addr, in il_dbgfs_stations_read() 417 station->sta.station_flags_msk); in il_dbgfs_stations_read() 429 j, station->tid[j].seq_number, in il_dbgfs_stations_read() 430 station->tid[j].agg.txq_id, in il_dbgfs_stations_read() 431 station->tid[j].agg.frame_count, in il_dbgfs_stations_read() 432 station in il_dbgfs_stations_read() [all...] |
H A D | 3945.c | 733 struct il_station_entry *station; in il3945_sync_sta() local 739 station = &il->stations[sta_id]; in il3945_sync_sta() 741 station->sta.sta.modify_mask = STA_MODIFY_TX_RATE_MSK; in il3945_sync_sta() 742 station->sta.rate_n_flags = cpu_to_le16(tx_rate); in il3945_sync_sta() 743 station->sta.mode = STA_CONTROL_MODIFY_MSK; in il3945_sync_sta() 744 il_send_add_sta(il, &station->sta, CMD_ASYNC); in il3945_sync_sta() 747 D_RATE("SCALE sync station %d to rate %d\n", sta_id, tx_rate); in il3945_sync_sta() 2267 IL_ERR("Unable to add station %pM\n", addr); in il3945_add_bssid_station()
|
H A D | common.c | 1742 IL_ERR("ACTIVATE a non DRIVER active station id %u addr %pM\n", in il_sta_ucode_activate() 1769 D_INFO("Processing response for adding station %u\n", sta_id); in il_process_add_sta_resp() 1780 IL_ERR("Adding station %d failed, no room in table.\n", sta_id); in il_process_add_sta_resp() 1783 IL_ERR("Adding station %d failed, no block ack resource.\n", in il_process_add_sta_resp() 1787 IL_ERR("Attempting to modify non-existing station %d\n", in il_process_add_sta_resp() 1795 D_INFO("%s station id %u addr %pM\n", in il_process_add_sta_resp() 1808 D_INFO("%s station according to cmd buffer %pM\n", in il_process_add_sta_resp() 1916 * il_prep_station - Prepare station information for addition 1924 struct il_station_entry *station; in il_prep_station() local 1955 * station in il_prep_station() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | debug.c | 393 struct il_station_entry *station; in il_dbgfs_stations_read() local 410 station = &il->stations[i]; in il_dbgfs_stations_read() 411 if (!station->used) in il_dbgfs_stations_read() 415 "station %d - addr: %pM, flags: %#x\n", i, in il_dbgfs_stations_read() 416 station->sta.sta.addr, in il_dbgfs_stations_read() 417 station->sta.station_flags_msk); in il_dbgfs_stations_read() 429 j, station->tid[j].seq_number, in il_dbgfs_stations_read() 430 station->tid[j].agg.txq_id, in il_dbgfs_stations_read() 431 station->tid[j].agg.frame_count, in il_dbgfs_stations_read() 432 station in il_dbgfs_stations_read() [all...] |
H A D | 3945.c | 733 struct il_station_entry *station; in il3945_sync_sta() local 739 station = &il->stations[sta_id]; in il3945_sync_sta() 741 station->sta.sta.modify_mask = STA_MODIFY_TX_RATE_MSK; in il3945_sync_sta() 742 station->sta.rate_n_flags = cpu_to_le16(tx_rate); in il3945_sync_sta() 743 station->sta.mode = STA_CONTROL_MODIFY_MSK; in il3945_sync_sta() 744 il_send_add_sta(il, &station->sta, CMD_ASYNC); in il3945_sync_sta() 747 D_RATE("SCALE sync station %d to rate %d\n", sta_id, tx_rate); in il3945_sync_sta() 2267 IL_ERR("Unable to add station %pM\n", addr); in il3945_add_bssid_station()
|
H A D | common.c | 1740 IL_ERR("ACTIVATE a non DRIVER active station id %u addr %pM\n", in il_sta_ucode_activate() 1767 D_INFO("Processing response for adding station %u\n", sta_id); in il_process_add_sta_resp() 1778 IL_ERR("Adding station %d failed, no room in table.\n", sta_id); in il_process_add_sta_resp() 1781 IL_ERR("Adding station %d failed, no block ack resource.\n", in il_process_add_sta_resp() 1785 IL_ERR("Attempting to modify non-existing station %d\n", in il_process_add_sta_resp() 1793 D_INFO("%s station id %u addr %pM\n", in il_process_add_sta_resp() 1806 D_INFO("%s station according to cmd buffer %pM\n", in il_process_add_sta_resp() 1914 * il_prep_station - Prepare station information for addition 1922 struct il_station_entry *station; in il_prep_station() local 1953 * station in il_prep_station() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_frad.h | 86 short station; member
|
H A D | sdla.h | 83 short station; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_frad.h | 50 short station; member
|
H A D | sdla.h | 61 short station; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_frad.h | 50 short station; member
|
H A D | sdla.h | 61 short station; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_frad.h | 39 short station; member
|
H A D | sdla.h | 48 short station; member
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | sdla.c | 525 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) in sdla_activate() 547 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) in sdla_deactivate() 580 if (flp->config.station == FRAD_STATION_CPE) in sdla_assoc() 608 if (flp->config.station == FRAD_STATION_CPE) in sdla_deassoc() 954 if (flp->config.station == FRAD_STATION_NODE) in sdla_close() 1067 if (flp->config.station == FRAD_STATION_CPE) in sdla_open() 1114 if (data.config.station & ~FRAD_STATION_NODE) in sdla_config()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 208 u8 station[20]; in hwtstamp_ioctl() local 237 strcpy(station, PTP_L4_MULTICAST_SA); in hwtstamp_ioctl() 238 pch_set_station_address(station, pdev); in hwtstamp_ioctl() 243 strcpy(station, PTP_L2_MULTICAST_SA); in hwtstamp_ioctl() 244 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 206 u8 station[20]; in hwtstamp_ioctl() local 232 strcpy(station, PTP_L4_MULTICAST_SA); in hwtstamp_ioctl() 233 pch_set_station_address(station, pdev); in hwtstamp_ioctl() 238 strcpy(station, PTP_L2_MULTICAST_SA); in hwtstamp_ioctl() 239 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
|