Searched defs:pdesc (Results 1 - 25 of 37) sorted by relevance

12

/drivers/s390/char/
H A Dhmcdrv_ftp.c83 const struct hmcdrv_ftp_cmd_desc *pdesc; local
91 pdesc = ftpcmds + (crc % ARRAY_SIZE(ftpcmds));
95 if (!pdesc->str || strncmp(pdesc->str, cmd, len))
99 pdesc->str, pdesc->cmd);
101 return pdesc->cmd;
/drivers/net/wireless/rtlwifi/rtl8723com/
H A Dfw_common.c313 struct rtl_tx_desc *pdesc; local
326 pdesc = &ring->desc[0];
327 own = (u8) rtlpriv->cfg->ops->get_desc((u8 *)pdesc, true, HW_DESC_OWN);
329 rtlpriv->cfg->ops->fill_tx_cmddesc(hw, (u8 *)pdesc, 1, 1, skb);
/drivers/staging/rtl8712/
H A Drtl8712_cmd.c324 struct tx_desc *pdesc; local
346 pdesc = (struct tx_desc *)pcmdbuf;
347 memset(pdesc, 0, TXDESC_SIZE);
357 pdesc->txdw0 |= cpu_to_le32((wr_sz-TXDESC_SIZE) &
367 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE +
371 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE +
376 pdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG);
377 pdesc->txdw1 |= cpu_to_le32((0x13 << QSEL_SHT) &
395 (u8 *)pdesc);
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Dtrx.c113 struct rx_desc_92c *pdesc,
128 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs);
296 struct rx_desc_92c *pdesc,
331 _rtl92ce_query_rxphystatus(hw, pstats, pdesc, p_drvinfo,
344 struct rx_desc_92c *pdesc = (struct rx_desc_92c *)p_desc; local
346 u32 phystatus = GET_RX_DESC_PHYST(pdesc);
347 stats->length = (u16) GET_RX_DESC_PKT_LEN(pdesc);
348 stats->rx_drvinfo_size = (u8) GET_RX_DESC_DRV_INFO_SIZE(pdesc) *
350 stats->rx_bufshift = (u8) (GET_RX_DESC_SHIFT(pdesc) & 0x03);
351 stats->icv = (u16) GET_RX_DESC_ICV(pdesc);
111 _rtl92ce_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) argument
293 _rtl92ce_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo) argument
435 u8 *pdesc = pdesc_tx; local
602 rtl92ce_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
665 rtl92ce_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, u8 desc_name, u8 *val) argument
723 struct rx_desc_92c *pdesc = (struct rx_desc_92c *)p_desc; local
[all...]
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dfw.c142 struct rtl_tx_desc *pdesc; local
151 pdesc = &ring->desc[idx];
152 rtlpriv->cfg->ops->fill_tx_cmddesc(hw, (u8 *)pdesc, 1, 1, skb);
H A Dtrx.c62 struct rtl_stats *pstats, u8 *pdesc,
222 u8 *pdesc, struct rx_fwinfo *p_drvinfo)
255 _rtl92se_query_rxphystatus(hw, pstats, pdesc, p_drvinfo,
261 struct ieee80211_rx_status *rx_status, u8 *pdesc,
265 u32 phystatus = (u32)GET_RX_STATUS_DESC_PHY_STATUS(pdesc);
269 stats->length = (u16)GET_RX_STATUS_DESC_PKT_LEN(pdesc);
270 stats->rx_drvinfo_size = (u8)GET_RX_STATUS_DESC_DRVINFO_SIZE(pdesc) * 8;
271 stats->rx_bufshift = (u8)(GET_RX_STATUS_DESC_SHIFT(pdesc) & 0x03);
272 stats->icv = (u16)GET_RX_STATUS_DESC_ICV(pdesc);
273 stats->crc = (u16)GET_RX_STATUS_DESC_CRC32(pdesc);
61 _rtl92se_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, u8 *pdesc, struct rx_fwinfo *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) argument
220 _rtl92se_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, u8 *pdesc, struct rx_fwinfo *p_drvinfo) argument
260 rtl92se_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *stats, struct ieee80211_rx_status *rx_status, u8 *pdesc, struct sk_buff *skb) argument
350 u8 *pdesc = pdesc_tx; local
520 rtl92se_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
578 rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, u8 desc_name, u8 *val) argument
[all...]
/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Dtrx.c207 struct rtl_stats *pstatus, u8 *pdesc,
399 struct rtl_stats *pstatus, u8 *pdesc,
433 _rtl8723e_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo,
443 u8 *pdesc, struct sk_buff *skb)
447 u32 phystatus = GET_RX_DESC_PHYST(pdesc);
449 status->length = (u16)GET_RX_DESC_PKT_LEN(pdesc);
450 status->rx_drvinfo_size = (u8)GET_RX_DESC_DRV_INFO_SIZE(pdesc) *
452 status->rx_bufshift = (u8)(GET_RX_DESC_SHIFT(pdesc) & 0x03);
453 status->icv = (u16)GET_RX_DESC_ICV(pdesc);
454 status->crc = (u16)GET_RX_DESC_CRC32(pdesc);
206 _rtl8723e_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723e *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
397 translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723e *p_drvinfo) argument
440 rtl8723e_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *status, struct ieee80211_rx_status *rx_status, u8 *pdesc, struct sk_buff *skb) argument
533 u8 *pdesc = (u8 *)pdesc_tx; local
701 rtl8723e_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
766 rtl8723e_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, u8 desc_name, u8 *val) argument
804 rtl8723e_get_desc(u8 *pdesc, bool istx, u8 desc_name) argument
[all...]
/drivers/message/i2o/
H A Di2o_config.c462 struct i2o_evt_id __user *pdesc = (struct i2o_evt_id __user *)arg; local
467 if (copy_from_user(&kdesc, pdesc, sizeof(struct i2o_evt_id)))
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dtrx.c209 struct rtl_stats *pstatus, u8 *pdesc,
455 u8 *pdesc,
490 _rtl88ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo,
551 u8 *pdesc, struct sk_buff *skb)
557 u32 phystatus = GET_RX_DESC_PHYST(pdesc);
558 status->packet_report_type = (u8)GET_RX_STATUS_DESC_RPT_SEL(pdesc);
560 status->length = (u16)GET_RX_RPT2_DESC_PKT_LEN(pdesc);
562 status->length = (u16)GET_RX_DESC_PKT_LEN(pdesc);
563 status->rx_drvinfo_size = (u8)GET_RX_DESC_DRV_INFO_SIZE(pdesc) *
565 status->rx_bufshift = (u8)(GET_RX_DESC_SHIFT(pdesc)
208 _rtl88ee_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_88e *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
452 _rtl88ee_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_88e *p_drvinfo) argument
548 rtl88ee_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *status, struct ieee80211_rx_status *rx_status, u8 *pdesc, struct sk_buff *skb) argument
667 u8 *pdesc = (u8 *)pdesc_tx; local
847 rtl88ee_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
909 rtl88ee_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, u8 desc_name, u8 *val) argument
947 rtl88ee_get_desc(u8 *pdesc, bool istx, u8 desc_name) argument
[all...]
H A Ddm.c1462 u8 *pdesc, u32 mac_id)
1470 SET_TX_DESC_ANTSEL_A(pdesc, pfat_table->antsel_a[mac_id]);
1471 SET_TX_DESC_ANTSEL_B(pdesc, pfat_table->antsel_b[mac_id]);
1472 SET_TX_DESC_ANTSEL_C(pdesc, pfat_table->antsel_c[mac_id]);
1461 rtl88e_dm_set_tx_ant_by_tx_info(struct ieee80211_hw *hw, u8 *pdesc, u32 mac_id) argument
/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dtrx.c307 u8 *pdesc, struct sk_buff *skb)
310 struct rx_desc_92c *p_desc = (struct rx_desc_92c *)pdesc;
311 u32 phystatus = GET_RX_DESC_PHY_STATUS(pdesc);
313 stats->length = (u16) GET_RX_DESC_PKT_LEN(pdesc);
314 stats->rx_drvinfo_size = (u8)GET_RX_DESC_DRVINFO_SIZE(pdesc) *
316 stats->rx_bufshift = (u8) (GET_RX_DESC_SHIFT(pdesc) & 0x03);
317 stats->icv = (u16) GET_RX_DESC_ICV(pdesc);
318 stats->crc = (u16) GET_RX_DESC_CRC32(pdesc);
320 stats->decrypted = !GET_RX_DESC_SWDEC(pdesc);
321 stats->rate = (u8) GET_RX_DESC_RX_MCS(pdesc);
304 rtl92cu_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *stats, struct ieee80211_rx_status *rx_status, u8 *pdesc, struct sk_buff *skb) argument
651 rtl92cu_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
[all...]
H A Dmac.c788 u8 *pdesc = (u8 *)p_desc; local
882 if (GET_RX_DESC_RX_MCS(pdesc) &&
883 GET_RX_DESC_RX_MCS(pdesc) >= DESC92_RATEMCS8 &&
884 GET_RX_DESC_RX_MCS(pdesc) <= DESC92_RATEMCS15)
911 struct rx_desc_92c *pdesc,
941 _rtl92c_query_rxphystatus(hw, pstats, pdesc, p_drvinfo,
908 rtl92c_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo) argument
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dfw.c566 struct rtl_tx_desc *pdesc; local
575 pdesc = &ring->desc[idx];
577 rtlpriv->cfg->ops->get_desc((u8 *) pdesc, true, HW_DESC_OWN);
578 rtlpriv->cfg->ops->fill_tx_cmddesc(hw, (u8 *) pdesc, 1, 1, skb);
H A Dtrx.c115 struct rx_desc_92d *pdesc,
130 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs);
238 if (pdesc->rxht && pdesc->rxmcs >= DESC92_RATEMCS8 &&
239 pdesc->rxmcs <= DESC92_RATEMCS15)
445 struct rx_desc_92d *pdesc,
473 _rtl92de_query_rxphystatus(hw, pstats, pdesc, p_drvinfo,
484 struct rx_desc_92d *pdesc = (struct rx_desc_92d *)p_desc; local
485 u32 phystatus = GET_RX_DESC_PHYST(pdesc);
487 stats->length = (u16) GET_RX_DESC_PKT_LEN(pdesc);
113 _rtl92de_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) argument
442 _rtl92de_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo) argument
558 u8 *pdesc = pdesc_tx; local
732 rtl92de_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
789 rtl92de_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, u8 desc_name, u8 *val) argument
847 struct rx_desc_92c *pdesc = (struct rx_desc_92c *)p_desc; local
[all...]
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dtrx.c209 struct rtl_stats *pstatus, u8 *pdesc,
372 u8 *pdesc,
416 _rtl8723be_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo,
478 u8 *pdesc, struct sk_buff *skb)
484 u32 phystatus = GET_RX_DESC_PHYST(pdesc);
486 status->length = (u16)GET_RX_DESC_PKT_LEN(pdesc);
487 status->rx_drvinfo_size = (u8)GET_RX_DESC_DRV_INFO_SIZE(pdesc) *
489 status->rx_bufshift = (u8)(GET_RX_DESC_SHIFT(pdesc) & 0x03);
490 status->icv = (u16) GET_RX_DESC_ICV(pdesc);
491 status->crc = (u16) GET_RX_DESC_CRC32(pdesc);
208 _rtl8723be_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723be *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
369 _rtl8723be_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723be *p_drvinfo) argument
475 rtl8723be_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *status, struct ieee80211_rx_status *rx_status, u8 *pdesc, struct sk_buff *skb) argument
592 u8 *pdesc = (u8 *)pdesc_tx; local
763 rtl8723be_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
815 rtl8723be_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, u8 desc_name, u8 *val) argument
853 rtl8723be_get_desc(u8 *pdesc, bool istx, u8 desc_name) argument
[all...]
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dtrx.c294 struct rtl_stats *pstatus, u8 *pdesc,
512 struct rtl_stats *pstatus, u8 *pdesc,
565 query_rxphystatus(hw, pstatus, pdesc, p_drvinfo,
624 static bool rtl8821ae_get_rxdesc_is_ht(struct ieee80211_hw *hw, u8 *pdesc) argument
629 rx_rate = GET_RX_DESC_RXMCS(pdesc);
638 static bool rtl8821ae_get_rxdesc_is_vht(struct ieee80211_hw *hw, u8 *pdesc) argument
643 rx_rate = GET_RX_DESC_RXMCS(pdesc);
652 static u8 rtl8821ae_get_rx_vht_nss(struct ieee80211_hw *hw, u8 *pdesc) argument
657 rx_rate = GET_RX_DESC_RXMCS(pdesc);
671 u8 *pdesc, struc
293 query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8821ae *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
510 translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8821ae *p_drvinfo) argument
668 rtl8821ae_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *status, struct ieee80211_rx_status *rx_status, u8 *pdesc, struct sk_buff *skb) argument
906 u8 *pdesc = (u8 *)pdesc_tx; local
1058 rtl8821ae_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
1107 rtl8821ae_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, u8 desc_name, u8 *val) argument
1145 rtl8821ae_get_desc(u8 *pdesc, bool istx, u8 desc_name) argument
[all...]
/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c552 struct pinctrl_pin_desc *pdesc; local
605 pdesc = devm_kzalloc(&pdev->dev, pctl->desc.npins *
607 if (!pdesc) {
613 pdesc[n].number = n;
614 pctl->desc.pins = pdesc;
/drivers/dma/
H A Dfsldma.c463 dma_addr_t pdesc; local
465 desc = dma_pool_alloc(chan->desc_pool, GFP_ATOMIC, &pdesc);
475 desc->async_tx.phys = pdesc;
H A Dmmp_pdma.c363 dma_addr_t pdesc; local
365 desc = dma_pool_alloc(chan->desc_pool, GFP_ATOMIC, &pdesc);
376 desc->async_tx.phys = pdesc;
/drivers/net/wireless/rtlwifi/
H A Dcore.c1777 struct rtl_tx_desc *pdesc; local
1789 pdesc = &ring->desc[0];
1791 rtlpriv->cfg->ops->fill_tx_cmddesc(hw, (u8 *)pdesc, 1, 1, skb);
H A Dpci.c780 struct rtl_rx_desc *pdesc = NULL; local
793 pdesc = &rtlpci->rx_ring[rxring_idx].desc[
796 own = (u8)rtlpriv->cfg->ops->get_desc((u8 *)pdesc,
815 pdesc = (struct rtl_rx_desc *)skb->data;
819 &rx_status, (u8 *)pdesc, skb);
826 len = rtlpriv->cfg->ops->get_desc((u8 *)pdesc, false,
919 _rtl_pci_init_one_rxdesc(hw, (u8 *)pdesc, rxring_idx,
924 rtlpriv->cfg->ops->set_desc(hw, (u8 *)pdesc,
1103 struct rtl_tx_desc *pdesc = NULL; local
1121 pdesc
1611 struct rtl_tx_desc *pdesc; local
[all...]
H A Dusb.c960 struct rtl_tx_desc *pdesc = NULL; local
997 rtlpriv->cfg->ops->fill_tx_desc(hw, hdr, (u8 *)pdesc, NULL, info, sta, skb,
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dtrx.c209 struct rtl_stats *pstatus, u8 *pdesc,
396 u8 *pdesc,
447 _rtl92ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo,
508 u8 *pdesc, struct sk_buff *skb)
513 u32 phystatus = GET_RX_DESC_PHYST(pdesc);
515 status->length = (u16)GET_RX_DESC_PKT_LEN(pdesc);
516 status->rx_drvinfo_size = (u8)GET_RX_DESC_DRV_INFO_SIZE(pdesc) *
518 status->rx_bufshift = (u8)(GET_RX_DESC_SHIFT(pdesc) & 0x03);
519 status->icv = (u16)GET_RX_DESC_ICV(pdesc);
520 status->crc = (u16)GET_RX_DESC_CRC32(pdesc);
208 _rtl92ee_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
393 _rtl92ee_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo *p_drvinfo) argument
505 rtl92ee_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *status, struct ieee80211_rx_status *rx_status, u8 *pdesc, struct sk_buff *skb) argument
836 u8 *pdesc = (u8 *)pdesc_tx; local
1019 rtl92ee_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) argument
1074 rtl92ee_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, u8 desc_name, u8 *val) argument
1164 rtl92ee_get_desc(u8 *pdesc, bool istx, u8 desc_name) argument
[all...]
/drivers/pinctrl/samsung/
H A Dpinctrl-exynos5440.c771 struct pinctrl_pin_desc *pindesc, *pdesc; local
798 for (pin = 0, pdesc = pindesc; pin < ctrldesc->npins; pin++, pdesc++)
799 pdesc->number = pin;
815 pdesc = pindesc + pin;
816 pdesc->name = pin_names;
H A Dpinctrl-samsung.c645 const struct pinctrl_pin_desc *pdesc; local
654 pdesc = ctrldesc->pins;
655 for (i = 0; i < ctrldesc->npins; ++i, ++pdesc, ++grp) {
656 grp->name = pdesc->name;
657 grp->pins = &pdesc->number;
825 struct pinctrl_pin_desc *pindesc, *pdesc; local
846 for (pin = 0, pdesc = pindesc; pin < ctrldesc->npins; pin++, pdesc++)
847 pdesc->number = pin + drvdata->ctrl->base;
865 pdesc
[all...]

Completed in 323 milliseconds

12