Searched refs:pdesc (Results 1 - 25 of 53) sorted by relevance

123

/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/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/net/wireless/rtlwifi/rtl8192se/
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...]
H A Dtrx.h33 struct ieee80211_hdr *hdr, u8 *pdesc,
38 void rtl92se_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg,
41 struct ieee80211_rx_status *rx_status, u8 *pdesc,
43 void rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
45 u32 rtl92se_get_desc(u8 *pdesc, bool istx, u8 desc_name);
/drivers/net/wireless/rtlwifi/rtl8192de/
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/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...]
/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...]
H A Dtrx.h607 u8 *pdesc, struct sk_buff *skb);
608 void rtl8821ae_set_desc(struct ieee80211_hw *hw, u8 *pdesc,
610 u32 rtl8821ae_get_desc(u8 *pdesc, bool istx, u8 desc_name);
614 void rtl8821ae_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc,
/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...]
H A Dtrx.h612 u8 *pdesc, struct sk_buff *skb);
613 void rtl8723be_set_desc(struct ieee80211_hw *hw, u8 *pdesc,
615 u32 rtl8723be_get_desc(u8 *pdesc, bool istx, u8 desc_name);
619 void rtl8723be_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc,
/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/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.h165 struct rx_desc_92c *pdesc,
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/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.h50 void rtl8192_tx_fill_desc(struct net_device *dev, struct tx_desc *pdesc,
58 struct rx_desc *pdesc,
H A Dr8192E_dev.c1179 void rtl8192_tx_fill_desc(struct net_device *dev, struct tx_desc *pdesc, argument
1231 memset((u8 *)pdesc, 0, 12);
1232 pdesc->LINIP = 0;
1233 pdesc->CmdInit = 1;
1234 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8;
1235 pdesc->PktSize = (u16)skb->len-sizeof(struct tx_fwinfo_8190pci);
1237 pdesc->SecCAMID = 0;
1238 pdesc->RATid = cb_desc->RATRIndex;
1241 pdesc->NoEnc = 1;
1242 pdesc
1469 rtl8192_query_rxphystatus( struct r8192_priv *priv, struct rtllib_rx_stats *pstats, struct rx_desc *pdesc, struct rx_fwinfo *pdrvinfo, struct rtllib_rx_stats *precord_stats, bool bpacket_match_bssid, bool bpacket_toself, bool bPacketBeacon, bool bToSelfBA ) argument
1858 rtl8192_TranslateRxSignalStuff(struct net_device *dev, struct sk_buff *skb, struct rtllib_rx_stats *pstats, struct rx_desc *pdesc, struct rx_fwinfo *pdrvinfo) argument
2016 rtl8192_rx_query_status_desc(struct net_device *dev, struct rtllib_rx_stats *stats, struct rx_desc *pdesc, struct sk_buff *skb) argument
[all...]
/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/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/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/rtl8723au/hal/
H A Drtl8723a_hal_init.c2214 struct tx_desc *pdesc; local
2216 pdesc = (struct tx_desc *)pbuf;
2217 memset(pdesc, 0, sizeof(struct tx_desc));
2221 pdesc->txdw0 = cpu_to_le32(pdesc->txdw0);
2222 pdesc->txdw1 = cpu_to_le32(pdesc->txdw1);
2223 pdesc->txdw2 = cpu_to_le32(pdesc->txdw2);
2224 pdesc
[all...]
/drivers/pinctrl/samsung/
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...]
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;
/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/net/wireless/rtlwifi/
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...]
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1831 struct rcv_desc *pdesc; local
1853 pdesc = &rds_ring->desc_head[producer];
1854 pdesc->addr_buffer = cpu_to_le64(buffer->dma);
1855 pdesc->reference_handle = cpu_to_le16(buffer->ref_handle);
1856 pdesc->buffer_length = cpu_to_le32(rds_ring->dma_size);
1889 struct rcv_desc *pdesc; local
1913 pdesc = &rds_ring->desc_head[producer];
1914 pdesc->reference_handle = cpu_to_le16(buffer->ref_handle);
1915 pdesc->buffer_length = cpu_to_le32(rds_ring->dma_size);
1916 pdesc
[all...]

Completed in 419 milliseconds

123