/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | sta.h | 18 * @STA_FLG_CLASS_AUTH: station is authenticated 19 * @STA_FLG_CLASS_ASSOC: station is associated 20 * @STA_FLG_RTS_MIMO_PROT: station requires RTS MIMO protection (dynamic SMPS) 111 * station info array (1 - n 1X mode) 150 * @STA_MODIFY_QUEUES: modify the queues used by this station 164 * enum iwl_sta_mode - station command mode 165 * @STA_MODE_ADD: add new station 166 * @STA_MODE_MODIFY: modify the station 174 * enum iwl_sta_sleep_flag - type of sleep of the station 175 * @STA_SLEEP_STATE_AWAKE: station is awake [all …]
|
D | tdls.h | 75 * @peer_sta_id: station id of TDLS peer 100 * struct iwl_tdls_sta_info - TDLS station info 102 * @sta_id: station id of the TDLS peer 121 * @sta_info: per-station info. Only the first tdls_peer_count entries are set 139 * struct iwl_tdls_config_sta_info_res - TDLS per-station config information 141 * @sta_id: station id of the TDLS peer 154 * @sta_info: per-station TDLS config information
|
D | datapath.h | 135 * @user_position:the position of station in a group. If the station is in the 148 * @user_position: the position of station in a group. If the station is in the 480 * @sta_id_mask: station ID mask 496 * @old_sta_id_mask: old station ID mask 497 * @new_sta_id_mask: new station ID mask 516 * @sta_id_mask: the station mask of the BAID to remove 561 * @u.add.sta_mask: station mask 569 * @u.remove.sta_mask: station mask of queue to remove 571 * @u.modify.old_sta_mask: old station mask for modify 573 * @u.modify.new_sta_mask: new station mask for modify [all …]
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.h | 29 * blocked by the sleeping station. 68 * When removing a station, its queues are returned to the pool for reuse. Here 76 * DOC: station table - introduction 78 * The station table is a list of data structure that reprensent the stations. 79 * In STA/P2P client mode, the driver will hold one station for the AP/ GO. 81 * All these stations are reflected in the fw's station table. The driver 82 * keeps the fw's station table up to date with the ADD_STA command. Stations 85 * All the data related to a station is held in the structure %iwl_mvm_sta 87 * This data includes the index of the station in the fw, per tid information 93 * station index. That way, the driver is able to get the tid related data in [all …]
|
D | mld-sta.c | 57 * Add an internal station to the FW table 88 * Remove a station from the FW table. Before sending the command to remove 89 * the station validate that the station is indeed known to the driver (sanity 101 IWL_ERR(mvm, "Invalid station id %d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw() 108 IWL_ERR(mvm, "Failed to remove station. Id=%d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw() 157 * For 22000 firmware and on we cannot add queue to a station unknown in iwl_mvm_mld_add_int_sta_with_queue() 158 * to firmware so enable queue here - after the station was added in iwl_mvm_mld_add_int_sta_with_queue() 202 /* Allocate a new station entry for the broadcast station to the given vif, 204 * Note that each P2P mac should have its own broadcast station. 241 /* Allocate a new station entry for the broadcast station to the given vif, [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/amdzen4/ |
D | data-fabric.json | 4 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 0.", 12 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 1.", 20 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 2.", 28 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 3.", 36 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 4.", 44 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 5.", 52 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 6.", 60 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 7.", 68 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 8.", 76 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 9.", [all …]
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
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->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station() [all …]
|
/Linux-v6.6/net/mac80211/ |
D | sta_info.h | 29 * @WLAN_STA_AUTH: Station is authenticated. 30 * @WLAN_STA_ASSOC: Station is associated. 31 * @WLAN_STA_PS_STA: Station is in power-save mode 32 * @WLAN_STA_AUTHORIZED: Station is authorized to send/receive traffic. 35 * @WLAN_STA_SHORT_PREAMBLE: Station is capable of receiving short-preamble 37 * @WLAN_STA_WDS: Station is one of our WDS peers. 40 * frame to this station is transmitted. 43 * during suspend/resume and station removal. 44 * @WLAN_STA_PS_DRIVER: driver requires keeping this station in 47 * @WLAN_STA_PSPOLL: Station sent PS-poll while driver was keeping [all …]
|
/Linux-v6.6/drivers/acpi/ |
D | dock.c | 3 * dock.c - ACPI dock station driver 65 * add_dock_dependent_device - associate a device with the dock station 66 * @ds: Dock station. 143 * @ds: the dock station 175 * is_dock_device - see if a device is on a dock station 178 * If this device is either the dock station itself, 179 * or is a device dependent on the dock station, then it 201 * dock_present - see if the dock station is present. 202 * @ds: the dock station 221 * hot_remove_dock_devices - Remove dock station devices. [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | pipeline.json | 317 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 320 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 325 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 328 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 333 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 336 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 341 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 344 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 356 …"BriefDescription": "Cycles where no uops were executed, the Reservation Station was not empty, th… 359 …s cycles during which no uops were executed on all ports and Reservation Station (RS) was not empt… [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/skylakex/ |
D | pipeline.json | 317 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 320 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 325 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 328 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 333 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 336 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 341 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 344 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 356 …"BriefDescription": "Cycles where no uops were executed, the Reservation Station was not empty, th… 359 …s cycles during which no uops were executed on all ports and Reservation Station (RS) was not empt… [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/skylake/ |
D | pipeline.json | 308 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 311 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 316 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 319 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 324 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 327 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 332 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 335 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 347 …"BriefDescription": "Cycles where no uops were executed, the Reservation Station was not empty, th… 350 …s cycles during which no uops were executed on all ports and Reservation Station (RS) was not empt… [all …]
|
/Linux-v6.6/drivers/net/fddi/skfp/h/ |
D | smt.h | 53 struct smt_sid smt_sid ; /* station ID */ 64 #define FC_SMT_NSA 0x4f /* SMT Next Station Addressing */ 79 #define SMT_SIF_CONFIG 0x02 /* station information configuration */ 80 #define SMT_SIF_OPER 0x03 /* station information operation */ 126 * P02 : Station Descriptor 128 #define SMT_P_SDE 0x0002 /* station descriptor */ 136 u_char sde_type ; /* station type */ 143 * P03 : Station State 145 #define SMT_P_STATE 0x0003 /* station state */ 154 #define SMT_ST_WRAPPED (1<<0) /* station wrapped */ [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/tigerlake/ |
D | pipeline.json | 280 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 283 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 288 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 291 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 296 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 299 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 304 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 307 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 333 …n": "Number of cycles total of 0 uops executed on all ports, Reservation Station (RS) was not empt… 537 "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread", [all …]
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-devices-platform-dock | 7 laptop is docked in a docking station. 22 (RO) Displays the docking station the laptop is docked to. 29 (RO) Show dock station flags, useful for checking if undock 38 (RO) Display the dock station type- dock_station, ata_bay or
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/icelake/ |
D | pipeline.json | 280 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 283 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 288 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 291 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 296 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 299 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 304 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 307 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 529 "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread", 532 …"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this lo… [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/icelakex/ |
D | pipeline.json | 280 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 283 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 288 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 291 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 296 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 299 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 304 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 307 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 519 "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread", 522 …"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this lo… [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/rocketlake/ |
D | pipeline.json | 280 …"BriefDescription": "Cycles total of 1 uop is executed on all ports and Reservation Station was no… 283 … during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empt… 288 …iption": "Cycles total of 2 uops are executed on all ports and Reservation Station was not empty.", 291 …uring which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empt… 296 …iption": "Cycles total of 3 uops are executed on all ports and Reservation Station was not empty.", 299 …tion": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empt… 304 …iption": "Cycles total of 4 uops are executed on all ports and Reservation Station was not empty.", 307 …tion": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empt… 529 "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread", 532 …"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this lo… [all …]
|
/Linux-v6.6/drivers/net/wireless/purelifi/plfxlc/ |
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() 561 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG)) in sta_queue_cleanup_timer_callb() 563 if (tx->station[sidx].flag & STATION_HEARTBEAT_FLAG) { in sta_queue_cleanup_timer_callb() 564 tx->station[sidx].flag ^= STATION_HEARTBEAT_FLAG; in sta_queue_cleanup_timer_callb() [all …]
|
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[sidx].mac, &buffer[10], ETH_ALEN); in plfxlc_mac_rx() [all …]
|
/Linux-v6.6/include/net/ |
D | mac80211.h | 317 * that it is only ever disabled for station mode. 496 * @membership: 64 bits array - a bit is set if station is member of the group 557 * valid in station mode only if after the driver was notified 613 * @max_idle_period: the time period during which the station can refrain from 617 * @protected_keep_alive: if set, indicates that the station should send an RSN 619 * station. 800 * station 808 * firmware upon receiving a frame that indicates that the station 833 * be sent although the station is in powersave mode. 1251 * @sta: Station that the packet was transmitted for [all …]
|
/Linux-v6.6/drivers/ptp/ |
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, 540 "IEEE 1588 station address to use - colon separated hex values");
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/meteorlake/ |
D | other.json | 21 "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread.", 24 …"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this lo… 30 "BriefDescription": "Counts end of periods where the Reservation Station (RS) was empty.", 36 …"PublicDescription": "Counts end of periods where the Reservation Station (RS) was empty. Could be…
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | pipeline.json | 710 …ts stall cycles caused by absence of eligible entries in the reservation station (RS). This may re… 731 "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread", 734 …"PublicDescription": "This event counts cycles during which the reservation station (RS) is empty … 739 …"BriefDescription": "Counts end of periods where the Reservation Station (RS) was empty. Could be … 752 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 0.", 760 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 1.", 768 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 2.", 776 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 3.", 784 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 4.", 792 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 5.", [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | pipeline.json | 710 …ts stall cycles caused by absence of eligible entries in the reservation station (RS). This may re… 731 "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread", 734 …"PublicDescription": "This event counts cycles during which the reservation station (RS) is empty … 739 …"BriefDescription": "Counts end of periods where the Reservation Station (RS) was empty. Could be … 752 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 0.", 760 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 1.", 768 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 2.", 776 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 3.", 784 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 4.", 792 …hread basis, cycles during which uops are dispatched from the Reservation Station (RS) to port 5.", [all …]
|