/linux-6.6.21/drivers/crypto/ccree/ |
D | cc_hw_queue_defs.h | 211 static inline void hw_desc_init(struct cc_hw_desc *pdesc) in hw_desc_init() argument 213 memset(pdesc, 0, sizeof(struct cc_hw_desc)); in hw_desc_init() 222 static inline void set_queue_last_ind_bit(struct cc_hw_desc *pdesc) in set_queue_last_ind_bit() argument 224 pdesc->word[3] |= FIELD_PREP(WORD3_QUEUE_LAST_IND, 1); in set_queue_last_ind_bit() 236 static inline void set_din_type(struct cc_hw_desc *pdesc, in set_din_type() argument 240 pdesc->word[0] = lower_32_bits(addr); in set_din_type() 242 pdesc->word[5] |= FIELD_PREP(WORD5_DIN_ADDR_HIGH, upper_32_bits(addr)); in set_din_type() 244 pdesc->word[1] |= FIELD_PREP(WORD1_DIN_DMA_MODE, dma_mode) | in set_din_type() 257 static inline void set_din_no_dma(struct cc_hw_desc *pdesc, u32 addr, u32 size) in set_din_no_dma() argument 259 pdesc->word[0] = addr; in set_din_no_dma() [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.c | 27 struct rtl_stats *pstatus, u8 *pdesc, in _rtl8723e_query_rxphystatus() argument 219 struct rtl_stats *pstatus, u8 *pdesc, in translate_rx_signal_stuff() argument 253 _rtl8723e_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff() 267 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723e_rx_query_desc() local 268 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723e_rx_query_desc() 270 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723e_rx_query_desc() 271 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723e_rx_query_desc() 273 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723e_rx_query_desc() 274 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723e_rx_query_desc() 275 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723e_rx_query_desc() [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.c | 30 __le32 *pdesc, in _rtl8723be_query_rxphystatus() argument 191 __le32 *pdesc, in _rtl8723be_translate_rx_signal_stuff() argument 235 _rtl8723be_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl8723be_translate_rx_signal_stuff() 303 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723be_rx_query_desc() local 304 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723be_rx_query_desc() 306 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723be_rx_query_desc() 307 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723be_rx_query_desc() 309 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723be_rx_query_desc() 310 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723be_rx_query_desc() 311 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723be_rx_query_desc() [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.c | 28 struct rtl_stats *pstatus, __le32 *pdesc, in _rtl88ee_query_rxphystatus() argument 274 __le32 *pdesc, in _rtl88ee_translate_rx_signal_stuff() argument 309 _rtl88ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl88ee_translate_rx_signal_stuff() 376 __le32 *pdesc = (__le32 *)pdesc8; in rtl88ee_rx_query_desc() local 377 u32 phystatus = get_rx_desc_physt(pdesc); in rtl88ee_rx_query_desc() 379 status->packet_report_type = (u8)get_rx_status_desc_rpt_sel(pdesc); in rtl88ee_rx_query_desc() 381 status->length = (u16)get_rx_rpt2_desc_pkt_len(pdesc); in rtl88ee_rx_query_desc() 383 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl88ee_rx_query_desc() 384 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl88ee_rx_query_desc() 386 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl88ee_rx_query_desc() [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.c | 28 struct rx_desc_92c *pdesc, in _rtl92ce_query_rxphystatus() argument 43 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92ce_query_rxphystatus() 214 struct rx_desc_92c *pdesc, in _rtl92ce_translate_rx_signal_stuff() argument 249 _rtl92ce_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92ce_translate_rx_signal_stuff() 262 struct rx_desc_92c *pdesc = (struct rx_desc_92c *)p_desc8; in rtl92ce_rx_query_desc() local 284 stats->is_cck = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in rtl92ce_rx_query_desc() 332 skb, stats, pdesc, in rtl92ce_rx_query_desc() 354 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ce_tx_fill_desc() local 389 clear_pci_tx_desc_content(pdesc, sizeof(struct tx_desc_92c)); in rtl92ce_tx_fill_desc() 396 set_tx_desc_offset(pdesc, USB_HWDESC_HEADER_LEN); in rtl92ce_tx_fill_desc() [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | trx.c | 36 struct rtl_stats *pstats, __le32 *pdesc, in _rtl92se_query_rxphystatus() argument 196 __le32 *pdesc, struct rx_fwinfo *p_drvinfo) in _rtl92se_translate_rx_signal_stuff() argument 228 _rtl92se_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92se_translate_rx_signal_stuff() 238 __le32 *pdesc = (__le32 *)pdesc8; in rtl92se_rx_query_desc() local 239 u32 phystatus = (u32)get_rx_status_desc_phy_status(pdesc); in rtl92se_rx_query_desc() 242 stats->length = (u16)get_rx_status_desc_pkt_len(pdesc); in rtl92se_rx_query_desc() 243 stats->rx_drvinfo_size = (u8)get_rx_status_desc_drvinfo_size(pdesc) * 8; in rtl92se_rx_query_desc() 244 stats->rx_bufshift = (u8)(get_rx_status_desc_shift(pdesc) & 0x03); in rtl92se_rx_query_desc() 245 stats->icv = (u16)get_rx_status_desc_icv(pdesc); in rtl92se_rx_query_desc() 246 stats->crc = (u16)get_rx_status_desc_crc32(pdesc); in rtl92se_rx_query_desc() [all …]
|
D | trx.h | 8 struct ieee80211_hdr *hdr, u8 *pdesc, 13 void rtl92se_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, 16 struct ieee80211_rx_status *rx_status, u8 *pdesc, 18 void rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.c | 38 struct rx_desc_92d *pdesc, in _rtl92de_query_rxphystatus() argument 53 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92de_query_rxphystatus() 161 if (pdesc->rxht && pdesc->rxmcs >= DESC_RATEMCS8 && in _rtl92de_query_rxphystatus() 162 pdesc->rxmcs <= DESC_RATEMCS15) in _rtl92de_query_rxphystatus() 368 struct rx_desc_92d *pdesc, in _rtl92de_translate_rx_signal_stuff() argument 396 _rtl92de_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92de_translate_rx_signal_stuff() 406 __le32 *pdesc = (__le32 *)pdesc8; in rtl92de_rx_query_desc() local 408 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92de_rx_query_desc() 410 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92de_rx_query_desc() 411 stats->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl92de_rx_query_desc() [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.c | 59 struct rtl_stats *pstatus, __le32 *pdesc, in query_rxphystatus() argument 277 struct rtl_stats *pstatus, __le32 *pdesc, in translate_rx_signal_stuff() argument 328 query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff() 387 static bool rtl8821ae_get_rxdesc_is_ht(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rxdesc_is_ht() argument 392 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rxdesc_is_ht() 401 static bool rtl8821ae_get_rxdesc_is_vht(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rxdesc_is_vht() argument 406 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rxdesc_is_vht() 415 static u8 rtl8821ae_get_rx_vht_nss(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rx_vht_nss() argument 420 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rx_vht_nss() 440 __le32 *pdesc = (__le32 *)pdesc8; in rtl8821ae_rx_query_desc() local [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.c | 29 struct rtl_stats *pstatus, u8 *pdesc, in _rtl92ee_query_rxphystatus() argument 217 u8 *pdesc, in _rtl92ee_translate_rx_signal_stuff() argument 268 _rtl92ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl92ee_translate_rx_signal_stuff() 335 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ee_rx_query_desc() local 336 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92ee_rx_query_desc() 339 if (get_rx_status_desc_rpt_sel(pdesc) == 0) in rtl92ee_rx_query_desc() 343 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92ee_rx_query_desc() 344 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl92ee_rx_query_desc() 346 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92ee_rx_query_desc() 347 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl92ee_rx_query_desc() [all …]
|
/linux-6.6.21/tools/testing/selftests/kvm/ |
D | kvm_binary_stats_test.c | 34 struct kvm_stats_desc *pdesc; in stats_test() local 78 pdesc = get_stats_descriptor(stats_desc, i, &header); in stats_test() 79 type = pdesc->flags & KVM_STATS_TYPE_MASK; in stats_test() 80 unit = pdesc->flags & KVM_STATS_UNIT_MASK; in stats_test() 81 base = pdesc->flags & KVM_STATS_BASE_MASK; in stats_test() 84 TEST_ASSERT(strlen(pdesc->name) < header.name_size, in stats_test() 89 "Unknown KVM stats (%s) type: %u", pdesc->name, type); in stats_test() 91 "Unknown KVM stats (%s) unit: %u", pdesc->name, unit); in stats_test() 93 "Unknown KVM stats (%s) base: %u", pdesc->name, base); in stats_test() 104 switch (pdesc->flags & KVM_STATS_UNIT_MASK) { in stats_test() [all …]
|
/linux-6.6.21/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_msg.c | 745 MKSGuestStatInstanceDescriptor *pdesc; in mksstat_init_kern_id() local 756 pdesc = page_address(page); in mksstat_init_kern_id() 757 pstat = vmw_mksstat_get_kern_pstat(pdesc); in mksstat_init_kern_id() 758 pinfo = vmw_mksstat_get_kern_pinfo(pdesc); in mksstat_init_kern_id() 759 pstrs = vmw_mksstat_get_kern_pstrs(pdesc); in mksstat_init_kern_id() 771 pdesc->reservedMBZ = 0; in mksstat_init_kern_id() 772 pdesc->statStartVA = (uintptr_t)pstat; in mksstat_init_kern_id() 773 pdesc->strsStartVA = (uintptr_t)pstrs; in mksstat_init_kern_id() 774 pdesc->statLength = sizeof(*pstat) * MKSSTAT_KERN_COUNT; in mksstat_init_kern_id() 775 pdesc->infoLength = sizeof(*pinfo) * MKSSTAT_KERN_COUNT; in mksstat_init_kern_id() [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | trx.c | 289 __le32 *pdesc = (__le32 *)pdesc8; in rtl92cu_rx_query_desc() local 290 u32 phystatus = get_rx_desc_phy_status(pdesc); in rtl92cu_rx_query_desc() 292 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92cu_rx_query_desc() 293 stats->rx_drvinfo_size = (u8)get_rx_desc_drvinfo_size(pdesc) * in rtl92cu_rx_query_desc() 295 stats->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92cu_rx_query_desc() 296 stats->icv = (u16)get_rx_desc_icv(pdesc); in rtl92cu_rx_query_desc() 297 stats->crc = (u16)get_rx_desc_crc32(pdesc); in rtl92cu_rx_query_desc() 299 stats->decrypted = !get_rx_desc_swdec(pdesc); in rtl92cu_rx_query_desc() 300 stats->rate = (u8)get_rx_desc_rx_mcs(pdesc); in rtl92cu_rx_query_desc() 301 stats->shortpreamble = (u16)get_rx_desc_splcp(pdesc); in rtl92cu_rx_query_desc() [all …]
|
/linux-6.6.21/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 159 static char *get_defined_attribute(const struct aspeed_pin_desc *pdesc, in get_defined_attribute() argument 167 prios = pdesc->prios; in get_defined_attribute() 208 static char *get_defined_functions(const struct aspeed_pin_desc *pdesc) in get_defined_functions() argument 210 return get_defined_attribute(pdesc, aspeed_sig_expr_function); in get_defined_functions() 218 static char *get_defined_signals(const struct aspeed_pin_desc *pdesc) in get_defined_signals() argument 220 return get_defined_attribute(pdesc, aspeed_sig_expr_signal); in get_defined_signals() 235 const struct aspeed_pin_desc *pdesc = pdata->pins[pin].drv_data; in aspeed_pinmux_set_mux() local 240 if (!pdesc) in aspeed_pinmux_set_mux() 243 pr_debug("Muxing pin %s for %s\n", pdesc->name, pfunc->name); in aspeed_pinmux_set_mux() 245 prios = pdesc->prios; in aspeed_pinmux_set_mux() [all …]
|
/linux-6.6.21/crypto/ |
D | hmac.c | 87 static int hmac_export(struct shash_desc *pdesc, void *out) in hmac_export() argument 89 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_export() 94 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() argument 96 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_import() 97 struct hmac_ctx *ctx = hmac_ctx(pdesc->tfm); in hmac_import() 104 static int hmac_init(struct shash_desc *pdesc) in hmac_init() argument 106 return hmac_import(pdesc, crypto_shash_ctx_aligned(pdesc->tfm)); in hmac_init() 109 static int hmac_update(struct shash_desc *pdesc, in hmac_update() argument 112 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_update() 117 static int hmac_final(struct shash_desc *pdesc, u8 *out) in hmac_final() argument [all …]
|
D | xcbc.c | 72 static int crypto_xcbc_digest_init(struct shash_desc *pdesc) in crypto_xcbc_digest_init() argument 74 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm); in crypto_xcbc_digest_init() 75 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_init() 76 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init() 85 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_xcbc_digest_update() argument 88 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() 91 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_update() 132 static int crypto_xcbc_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_xcbc_digest_final() argument 134 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final() 137 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_final()
|
D | cmac.c | 105 static int crypto_cmac_digest_init(struct shash_desc *pdesc) in crypto_cmac_digest_init() argument 107 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm); in crypto_cmac_digest_init() 108 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_init() 109 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init() 118 static int crypto_cmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cmac_digest_update() argument 121 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() 124 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_update() 165 static int crypto_cmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cmac_digest_final() argument 167 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final() 170 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_final()
|
D | ccm.c | 785 static int crypto_cbcmac_digest_init(struct shash_desc *pdesc) in crypto_cbcmac_digest_init() argument 787 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cbcmac_digest_init() 788 int bs = crypto_shash_digestsize(pdesc->tfm); in crypto_cbcmac_digest_init() 789 u8 *dg = (u8 *)ctx + crypto_shash_descsize(pdesc->tfm) - bs; in crypto_cbcmac_digest_init() 797 static int crypto_cbcmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cbcmac_digest_update() argument 800 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_update() 802 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cbcmac_digest_update() 824 static int crypto_cbcmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cbcmac_digest_final() argument 826 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_final() 828 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cbcmac_digest_final()
|
/linux-6.6.21/arch/ia64/kernel/ |
D | esi.c | 40 struct pdesc { struct 107 struct pdesc pdesc; in ia64_esi_call() local 109 pdesc.addr = __va(esi->esi_proc); in ia64_esi_call() 110 pdesc.gp = __va(esi->gp); in ia64_esi_call() 112 esi_proc = (ia64_sal_handler) &pdesc; in ia64_esi_call() 159 struct pdesc pdesc; in ia64_esi_call_phys() local 161 pdesc.addr = (void *)esi->esi_proc; in ia64_esi_call_phys() 162 pdesc.gp = (void *)esi->gp; in ia64_esi_call_phys() 164 esi_proc = (ia64_sal_handler) &pdesc; in ia64_esi_call_phys()
|
D | sal.c | 35 } pdesc; variable 92 pdesc.addr = entry_point; in ia64_sal_handler_init() 93 pdesc.gpval = gpval; in ia64_sal_handler_init() 94 ia64_sal = (ia64_sal_handler) &pdesc; in ia64_sal_handler_init()
|
/linux-6.6.21/drivers/mtd/parsers/ |
D | scpart.c | 40 static uint32_t scpart_desc_is_valid(struct sc_part_desc *pdesc) in scpart_desc_is_valid() argument 42 return ((pdesc->part_id != 0xffffffffUL) && in scpart_desc_is_valid() 43 (pdesc->part_offs != 0xffffffffUL) && in scpart_desc_is_valid() 44 (pdesc->part_bytes != 0xffffffffUL)); in scpart_desc_is_valid() 55 struct sc_part_desc *pdesc = NULL; in scpart_scan_partmap() local 81 int bytes = cnt * sizeof(*pdesc); in scpart_scan_partmap() 83 pdesc = kcalloc(cnt, sizeof(*pdesc), GFP_KERNEL); in scpart_scan_partmap() 84 if (!pdesc) { in scpart_scan_partmap() 88 memcpy(pdesc, &(buf[MAP_OFFS_IN_BLK]), bytes); in scpart_scan_partmap() 90 *ppdesc = pdesc; in scpart_scan_partmap()
|
/linux-6.6.21/drivers/s390/char/ |
D | hmcdrv_ftp.c | 84 const struct hmcdrv_ftp_cmd_desc *pdesc; in hmcdrv_ftp_cmd_getid() local 92 pdesc = ftpcmds + (crc % ARRAY_SIZE(ftpcmds)); in hmcdrv_ftp_cmd_getid() 96 if (!pdesc->str || strncmp(pdesc->str, cmd, len)) in hmcdrv_ftp_cmd_getid() 100 pdesc->str, pdesc->cmd); in hmcdrv_ftp_cmd_getid() 102 return pdesc->cmd; in hmcdrv_ftp_cmd_getid()
|
/linux-6.6.21/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 934 void rtl92e_fill_tx_desc(struct net_device *dev, struct tx_desc *pdesc, in rtl92e_fill_tx_desc() argument 982 memset((u8 *)pdesc, 0, 12); in rtl92e_fill_tx_desc() 991 pdesc->LINIP = 0; in rtl92e_fill_tx_desc() 992 pdesc->CmdInit = 1; in rtl92e_fill_tx_desc() 993 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_desc() 994 pdesc->PktSize = skb->len - sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc() 996 pdesc->SecCAMID = 0; in rtl92e_fill_tx_desc() 997 pdesc->RATid = cb_desc->ratr_index; in rtl92e_fill_tx_desc() 999 pdesc->NoEnc = 1; in rtl92e_fill_tx_desc() 1000 pdesc->SecType = 0x0; in rtl92e_fill_tx_desc() [all …]
|
D | r8192E_dev.h | 29 void rtl92e_fill_tx_desc(struct net_device *dev, struct tx_desc *pdesc, 34 struct rx_desc *pdesc, struct sk_buff *skb);
|
/linux-6.6.21/drivers/staging/rtl8712/ |
D | rtl8712_cmd.c | 259 struct tx_desc *pdesc; in r8712_cmd_thread() local 282 pdesc = (struct tx_desc *)pcmdbuf; in r8712_cmd_thread() 283 memset(pdesc, 0, TXDESC_SIZE); in r8712_cmd_thread() 293 pdesc->txdw0 |= cpu_to_le32((wr_sz - TXDESC_SIZE) & in r8712_cmd_thread() 303 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + in r8712_cmd_thread() 307 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + in r8712_cmd_thread() 312 pdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_cmd_thread() 313 pdesc->txdw1 |= cpu_to_le32((0x13 << QSEL_SHT) & in r8712_cmd_thread() 324 (u8 *)pdesc); in r8712_cmd_thread()
|