drivers/net/wireless/realtek/rtlwifi/rtl8192se/def.h
Source file repositories/reference/linux-study-clean/drivers/net/wireless/realtek/rtlwifi/rtl8192se/def.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/net/wireless/realtek/rtlwifi/rtl8192se/def.h- Extension
.h- Size
- 10353 bytes
- Lines
- 432
- Domain
- Driver Families
- Bucket
- drivers/net
- Inferred role
- Driver Families: implementation source
- Status
- source implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
struct rx_fwinfostruct phy_sts_cck_8192s_tenum rf_optypeenum ic_inferiorityenum fwcmd_iotypefunction set_tx_desc_pkt_sizefunction set_tx_desc_offsetfunction set_tx_desc_last_segfunction set_tx_desc_first_segfunction set_tx_desc_linipfunction set_tx_desc_ownfunction get_tx_desc_ownfunction set_tx_desc_macidfunction set_tx_desc_queue_selfunction set_tx_desc_non_qosfunction set_tx_desc_sec_typefunction set_tx_desc_rsvd_macidfunction set_tx_desc_agg_enablefunction set_tx_desc_seqfunction set_tx_desc_rts_ratefunction set_tx_desc_cts_enablefunction set_tx_desc_rts_enablefunction set_tx_desc_ra_brsr_idfunction set_tx_desc_txhtfunction set_tx_desc_tx_shortfunction set_tx_desc_tx_bandwidthfunction set_tx_desc_tx_sub_carrierfunction set_tx_desc_rts_shortfunction set_tx_desc_rts_bandwidthfunction set_tx_desc_rts_sub_carrierfunction set_tx_desc_rts_stbcfunction set_tx_desc_user_ratefunction set_tx_desc_packet_idfunction set_tx_desc_tx_ratefunction set_tx_desc_data_rate_fb_limitfunction set_tx_desc_tx_buffer_sizefunction set_tx_desc_tx_buffer_addressfunction get_tx_desc_tx_buffer_addressfunction set_tx_desc_next_desc_addressfunction clearedfunction set_rx_status_desc_eorfunction set_rx_status_desc_ownfunction get_rx_status_desc_pkt_lenfunction get_rx_status_desc_crc32function get_rx_status_desc_icvfunction get_rx_status_desc_drvinfo_sizefunction get_rx_status_desc_shiftfunction get_rx_status_desc_phy_status
Annotated Snippet
struct rx_fwinfo {
/* DWORD 0 */
u8 gain_trsw[4];
/* DWORD 1 */
u8 pwdb_all;
u8 cfosho[4];
/* DWORD 2 */
u8 cfotail[4];
/* DWORD 3 */
s8 rxevm[2];
s8 rxsnr[4];
/* DWORD 4 */
u8 pdsnr[2];
/* DWORD 5 */
u8 csi_current[2];
u8 csi_target[2];
/* DWORD 6 */
u8 sigevm;
u8 max_ex_pwr;
u8 ex_intf_flag:1;
u8 sgi_en:1;
u8 rxsc:2;
u8 reserve:4;
};
struct phy_sts_cck_8192s_t {
u8 adc_pwdb_x[4];
u8 sq_rpt;
u8 cck_agc_rpt;
};
#endif
Annotation
- Detected declarations: `struct rx_fwinfo`, `struct phy_sts_cck_8192s_t`, `enum rf_optype`, `enum ic_inferiority`, `enum fwcmd_iotype`, `function set_tx_desc_pkt_size`, `function set_tx_desc_offset`, `function set_tx_desc_last_seg`, `function set_tx_desc_first_seg`, `function set_tx_desc_linip`.
- Atlas domain: Driver Families / drivers/net.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.