Lines Matching +full:sys +full:- +full:mgr

1 /* SPDX-License-Identifier: GPL-2.0-only */
4 Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved.
9 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
202 #define IPW2100_RSSI_TO_DBM (-98)
232 #define IPW_MAX_VAR_IE_LEN ((HOST_COMMAND_PARAMS_REG_LEN - 4) * sizeof(u32))
250 * @struct _tx_cmd - HWCommand
280 u8 wep_index; // 0 no key, 1-4 key index, 0xff immediate key
389 (x)->value = (x)->hi = 0; \
390 (x)->lo = 0x7fffffff; \
393 (x)->value = y; \
394 if ((x)->value > (x)->hi) (x)->hi = (x)->value; \
395 if ((x)->value < (x)->lo) (x)->lo = (x)->value; \
397 #define INC_STAT(x) do { if (++(x)->value > (x)->hi) (x)->hi = (x)->value; } \
399 #define DEC_STAT(x) do { if (--(x)->value < (x)->lo) (x)->lo = (x)->value; } \
418 #define STATUS_ENABLED (1<<3) /* Card enabled -- can scan,Tx,Rx */
501 int dump_raw; /* 1 to dump raw bytes in /sys/.../memory */
585 * Host Command -> From Driver to FW
705 #define IPW_AUX_HOST_GP_CNTRL_BITS_SYS_CONFIG (0x000007c0) // Bits 6-10
771 (IPW_MAX_ACCEPTABLE_TX_FRAME_LENGTH + IPW_HEADER_802_11_SIZE - \
793 /* Bit 0-7 are for 802.11b tx rates - . Bit 5-7 are reserved */
818 #define IPW_TX_POWER_MIN_DBM (-12)
861 #define IS_ORDINAL_TABLE_ONE(mgr,id) \ argument
862 ((id >= IPW_START_ORD_TAB_1) && (id < mgr->table1_size))
863 #define IS_ORDINAL_TABLE_TWO(mgr,id) \ argument
864 ((id >= IPW_START_ORD_TAB_2) && (id < (mgr->table2_size + IPW_START_ORD_TAB_2)))
869 typedef enum _ORDINAL_TABLE_1 { // NS - means Not Supported by FW
975 IPW_ORD_STAT_RX_ORPHAN_FRAG, // # of rx frames dropped due to non-sequential fragment
1028 IPW_ORD_POWER_MGMT_MODE, // Power mode - 0=CAM, 1=PSP
1033 // For 11b the lower 2-byte are used for channels from 1-14
1034 // and the higher 2-byte are not used.
1043 IPW_ORD_OUR_FREQ, // current radio freq lower digits - channel ID
1076 typedef enum _ORDINAL_TABLE_2 { // NS - means Not Supported by FW
1096 } ORDINALTABLE2; // NS - means Not Supported by FW