Searched refs:desc_offset (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 804 #define desc_offset(x) (offsetof(struct htt_rx_desc, x) / 4) in ath10k_htt_fill_rx_desc_offset_32() macro 805 ring->mac80211_hdr_offset = __cpu_to_le16(desc_offset(rx_hdr_status)); in ath10k_htt_fill_rx_desc_offset_32() 806 ring->msdu_payload_offset = __cpu_to_le16(desc_offset(msdu_payload)); in ath10k_htt_fill_rx_desc_offset_32() 807 ring->ppdu_start_offset = __cpu_to_le16(desc_offset(ppdu_start)); in ath10k_htt_fill_rx_desc_offset_32() 808 ring->ppdu_end_offset = __cpu_to_le16(desc_offset(ppdu_end)); in ath10k_htt_fill_rx_desc_offset_32() 809 ring->mpdu_start_offset = __cpu_to_le16(desc_offset(mpdu_start)); in ath10k_htt_fill_rx_desc_offset_32() 810 ring->mpdu_end_offset = __cpu_to_le16(desc_offset(mpdu_end)); in ath10k_htt_fill_rx_desc_offset_32() 811 ring->msdu_start_offset = __cpu_to_le16(desc_offset(msdu_start)); in ath10k_htt_fill_rx_desc_offset_32() 812 ring->msdu_end_offset = __cpu_to_le16(desc_offset(msdu_end)); in ath10k_htt_fill_rx_desc_offset_32() 813 ring->rx_attention_offset = __cpu_to_le16(desc_offset(attention)); in ath10k_htt_fill_rx_desc_offset_32() [all …]
|
/drivers/net/wan/ |
D | hd64570.c | 105 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset() function 116 + desc_offset(port, desc, transmit)); in desc_address() 119 + desc_offset(port, desc, transmit)); in desc_address() 166 u16 chain_off = desc_offset(port, i + 1, transmit); in sca_init_port() 184 sca_outw(desc_offset(port, 0, transmit), dmac + CDAL, card); in sca_init_port() 186 sca_outw(desc_offset(port, buffs - 1, transmit), in sca_init_port() 189 sca_outw(desc_offset(port, 0, transmit), dmac + EDAL, in sca_init_port() 300 u32 desc_off = desc_offset(port, port->rxin, 0); in sca_rx_intr() 354 u32 desc_off = desc_offset(port, port->txlast, 1); in sca_tx_intr() 668 sca_outw(desc_offset(port, port->txin, 1), in sca_xmit()
|
D | hd64572.c | 84 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset() function 94 desc_offset(port, desc, transmit)); in desc_address() 136 u16 chain_off = desc_offset(port, i + 1, transmit); in sca_init_port() 155 sca_outl(desc_offset(port, 0, 0), dmac_rx + CDAL, card); in sca_init_port() 156 sca_outl(desc_offset(port, card->tx_ring_buffers - 1, 0), in sca_init_port() 158 sca_outl(desc_offset(port, 0, 1), dmac_tx + CDAL, card); in sca_init_port() 159 sca_outl(desc_offset(port, 0, 1), dmac_tx + EDAL, card); in sca_init_port() 239 u32 desc_off = desc_offset(port, port->rxin, 0); in sca_rx_done() 589 sca_outl(desc_offset(port, port->txin, 1), in sca_xmit()
|
/drivers/net/usb/ |
D | aqc111.c | 1078 u32 desc_offset = 0; /*RX Header Offset*/ in aqc111_rx_fixup() local 1096 desc_offset = (desc_hdr & AQ_RX_DH_DESC_OFFSET_MASK) >> in aqc111_rx_fixup() 1102 if (start_of_descs != desc_offset) in aqc111_rx_fixup() 1108 if (pkt_count * 2 + desc_offset >= skb_len) in aqc111_rx_fixup() 1112 skb_trim(skb, desc_offset); in aqc111_rx_fixup() 1118 pkt_desc_ptr = (u64 *)(skb->data + desc_offset); in aqc111_rx_fixup() 1130 if (pkt_total_offset > desc_offset || in aqc111_rx_fixup() 1131 (pkt_count == 0 && pkt_total_offset != desc_offset)) { in aqc111_rx_fixup()
|
/drivers/staging/media/atomisp/pci/runtime/bufq/src/ |
D | bufq.c | 252 init_bufq(unsigned int desc_offset, in init_bufq() argument 266 remoteq.cb_desc_addr = q_base_addr + desc_offset; in init_bufq()
|
/drivers/dma/xilinx/ |
D | xilinx_dma.c | 417 u32 desc_offset; member 539 dma_write(chan, chan->desc_offset + reg, value); in vdma_desc_write() 580 writel(value_lsb, chan->xdev->regs + chan->desc_offset + reg); in vdma_desc_write_64() 583 writel(value_msb, chan->xdev->regs + chan->desc_offset + reg + 4); in vdma_desc_write_64() 2824 chan->desc_offset = XILINX_VDMA_MM2S_DESC_OFFSET; in xilinx_dma_chan_probe() 2852 chan->desc_offset = XILINX_VDMA_S2MM_DESC_OFFSET; in xilinx_dma_chan_probe()
|