Searched refs:cb_desc (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf_desc.h32 * @param cb_desc The pointer to the circular buffer descriptor.
39 ia_css_circbuf_desc_t *cb_desc)
41 OP___assert(cb_desc);
42 return (cb_desc->end == cb_desc->start);
48 * @param cb_desc The pointer to the circular buffer
56 ia_css_circbuf_desc_t *cb_desc)
58 OP___assert(cb_desc);
59 return (OP_std_modadd(cb_desc->end, 1, cb_desc
38 ia_css_circbuf_desc_is_empty( ia_css_circbuf_desc_t *cb_desc) argument
55 ia_css_circbuf_desc_is_full( ia_css_circbuf_desc_t *cb_desc) argument
68 ia_css_circbuf_desc_init( ia_css_circbuf_desc_t *cb_desc, int8_t size) argument
85 ia_css_circbuf_desc_get_pos_at_offset( ia_css_circbuf_desc_t *cb_desc, u32 base, int offset) argument
118 ia_css_circbuf_desc_get_offset( ia_css_circbuf_desc_t *cb_desc, u32 src_pos, uint32_t dest_pos) argument
140 ia_css_circbuf_desc_get_num_elems( ia_css_circbuf_desc_t *cb_desc) argument
161 ia_css_circbuf_desc_get_free_elems( ia_css_circbuf_desc_t *cb_desc) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue.c28 || NULL == desc->cb_elems || NULL == desc->cb_desc) {
39 desc->cb_desc);
102 ia_css_circbuf_desc_t cb_desc; local
106 /* a. Load the queue cb_desc from remote */
107 QUEUE_CB_DESC_INIT(&cb_desc);
108 error = ia_css_queue_load(qhandle, &cb_desc, ignore_desc_flags);
113 if (ia_css_circbuf_desc_is_full(&cb_desc))
118 error = ia_css_queue_item_store(qhandle, cb_desc.end, &cb_elem);
122 cb_desc.end = (cb_desc
159 ia_css_circbuf_desc_t cb_desc; local
210 ia_css_circbuf_desc_t cb_desc; local
242 ia_css_circbuf_desc_t cb_desc; local
274 ia_css_circbuf_desc_t cb_desc; local
312 ia_css_circbuf_desc_t cb_desc; local
355 ia_css_circbuf_desc_t cb_desc; local
387 ia_css_circbuf_desc_t cb_desc; local
[all...]
H A Dqueue_access.h46 #define QUEUE_CB_DESC_INIT(cb_desc) \
48 (cb_desc)->size = 0; \
49 (cb_desc)->step = 0; \
50 (cb_desc)->start = 0; \
51 (cb_desc)->end = 0; \
69 ia_css_circbuf_desc_t *cb_desc,
74 ia_css_circbuf_desc_t *cb_desc,
H A Dqueue_access.c26 ia_css_circbuf_desc_t *cb_desc,
29 if (!rdesc || !cb_desc)
36 cb_desc->size = sp_dmem_load_uint8(rdesc->proc_id,
40 if (cb_desc->size == 0) {
52 cb_desc->start = sp_dmem_load_uint8(rdesc->proc_id,
57 cb_desc->end = sp_dmem_load_uint8(rdesc->proc_id,
62 cb_desc->step = sp_dmem_load_uint8(rdesc->proc_id,
69 (void *)cb_desc,
81 ia_css_circbuf_desc_t *cb_desc,
84 if (!rdesc || !cb_desc)
24 ia_css_queue_load( struct ia_css_queue *rdesc, ia_css_circbuf_desc_t *cb_desc, uint32_t ignore_desc_flags) argument
79 ia_css_queue_store( struct ia_css_queue *rdesc, ia_css_circbuf_desc_t *cb_desc, uint32_t ignore_desc_flags) argument
[all...]
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.h27 struct cb_desc *cb_desc, struct sk_buff *skb);
29 struct cb_desc *cb_desc, struct sk_buff *skb);
H A Dr8192E_cmdpkt.c19 struct cb_desc *tcb_desc;
46 tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE);
H A Dr8192E_dev.c858 static u8 _rtl92e_query_is_short(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc)
871 struct cb_desc *cb_desc, struct sk_buff *skb)
879 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0;
880 pTxFwInfo->TxRate = _rtl92e_rate_mgn_to_hw(cb_desc->data_rate);
881 pTxFwInfo->EnableCPUDur = cb_desc->tx_enable_fw_calc_dur;
883 pTxFwInfo->TxRate, cb_desc);
885 if (cb_desc->ampdu_enable) {
887 pTxFwInfo->RxMF = cb_desc->ampdu_factor;
888 pTxFwInfo->RxAMD = cb_desc
870 rtl92e_fill_tx_desc(struct net_device *dev, struct tx_desc *pdesc, struct cb_desc *cb_desc, struct sk_buff *skb) argument
980 rtl92e_fill_tx_cmd_desc(struct net_device *dev, struct tx_desc_cmd *entry, struct cb_desc *cb_desc, struct sk_buff *skb) argument
[all...]
H A Drtl_core.c836 struct cb_desc *tcb_desc = NULL;
861 tcb_desc = (struct cb_desc *)(skb->cb +
1136 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
1167 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
1228 struct cb_desc *tcb_desc;
1237 tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE);
1250 struct cb_desc *tcb_desc = (struct cb_desc *)(sk
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/queue/interface/
H A Dia_css_queue.h27 ia_css_circbuf_desc_t *cb_desc; /*Circbuf desc for local queues*/ member in struct:ia_css_queue_local
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c65 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
134 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
H A Drtllib_crypt_ccmp.c156 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
223 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
H A Drtllib_tx.c267 struct cb_desc *tcb_desc)
323 struct cb_desc *tcb_desc)
334 struct cb_desc *tcb_desc)
350 struct cb_desc *tcb_desc)
370 struct cb_desc *tcb_desc,
454 struct cb_desc *tcb_desc)
540 struct cb_desc *tcb_desc;
741 tcb_desc = (struct cb_desc *)(skb_frag->cb +
826 tcb_desc = (struct cb_desc *)
H A Drtllib_crypt_tkip.c259 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
334 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
H A Drtllib_softmac.c189 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8);
266 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8);
1804 struct cb_desc *tcb_desc = NULL;
1813 tcb_desc = (struct cb_desc *)(txb->fragments[0]->cb +
H A Drtllib_rx.c282 struct cb_desc *tcb_desc = (struct cb_desc *)
321 struct cb_desc *tcb_desc = (struct cb_desc *)
H A Drtllib.h102 struct cb_desc { struct
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dfw.c504 struct rtl_tcb_desc *cb_desc; local
539 cb_desc = (struct rtl_tcb_desc *)(skb->cb);
540 cb_desc->queue_index = TXCMD_QUEUE;
541 cb_desc->cmd_or_init = DESC_PACKET_TYPE_NORMAL;
542 cb_desc->last_inipkt = false;
/linux-master/drivers/dma/
H A Dtegra20-apb-dma.c195 struct list_head cb_desc; member in struct:tegra_dma_channel
537 &tdc->cb_desc);
586 list_add_tail(&dma_desc->cb_node, &tdc->cb_desc);
620 list_add_tail(&dma_desc->cb_node, &tdc->cb_desc);
644 while (!list_empty(&tdc->cb_desc)) {
645 dma_desc = list_first_entry(&tdc->cb_desc, typeof(*dma_desc),
781 while (!list_empty(&tdc->cb_desc)) {
782 dma_desc = list_first_entry(&tdc->cb_desc, typeof(*dma_desc),
1325 INIT_LIST_HEAD(&tdc->cb_desc);
1521 INIT_LIST_HEAD(&tdc->cb_desc);
[all...]
/linux-master/drivers/crypto/
H A Domap-aes.c270 struct dma_async_tx_descriptor *tx_in, *tx_out = NULL, *cb_desc; local
334 cb_desc = tx_out;
336 cb_desc = tx_in;
340 cb_desc->callback = omap_aes_gcm_dma_out_callback;
342 cb_desc->callback = omap_aes_dma_out_callback;
343 cb_desc->callback_param = dd;

Completed in 234 milliseconds