Lines Matching +full:per +full:- +full:phy
1 /* SPDX-License-Identifier: GPL-2.0 */
29 __le16 phy_ctl; /* PHY TX control */
70 /* PHY TX control word */
94 u8 phy_stat; /* PHY TX status */
134 __le16 phy_status0; /* PHY RX Status 0 */
135 __u8 jssi; /* PHY RX Status 1: JSSI */
136 __u8 sig_qual; /* PHY RX Status 1: Signal Quality */
137 PAD_BYTES(2); /* PHY RX Status 2 */
138 __le16 phy_status3; /* PHY RX Status 3 */
145 /* PHY RX Status 0 */
158 #define B43legacy_RX_PHYST0_PRE_N 0x0002 /* Pre-standard N-PHY frame */
159 #define B43legacy_RX_PHYST0_STD_N 0x0003 /* Standard N-PHY frame */
161 /* PHY RX Status 2 */
168 /* PHY RX Status 3 */
188 #define B43legacy_RX_CHAN_PHYTYPE 0x0003 /* PHY type */
227 /* Helper functions for converting the key-table index from "firmware-format"
228 * to "raw-format" and back. The firmware API changed for this at some revision.
234 return (dev->fw.rev >= 351); in b43legacy_new_kidx_api()
243 if (raw_kidx >= 4) /* Is per STA key? */ in b43legacy_kidx_to_fw()
244 firmware_kidx = raw_kidx - 4; in b43legacy_kidx_to_fw()
257 /* RX default keys or per STA keys */ in b43legacy_kidx_to_raw()