Searched refs:crystalhd_dioq_add (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_misc.h180 extern enum BC_STATUS crystalhd_dioq_add(struct crystalhd_dioq *ioq, void *data, bool wake, uint32_t tag);
H A Dcrystalhd_hw.c555 return crystalhd_dioq_add(hw->tx_freeq, tx_req, false, 0);
1081 crystalhd_dioq_add(hw->rx_rdyq, (void *)rx_pkt, true, rx_pkt->pkt_tag);
1206 crystalhd_dioq_add(hw->rx_actq, (void *)rx_pkt, false, rx_pkt->pkt_tag);
1230 crystalhd_dioq_add(hw->rx_freeq, (void *)rx_pkt,
1311 crystalhd_dioq_add(hw->rx_rdyq, rx_pkt, true,
1936 sts = crystalhd_dioq_add(hw->tx_freeq,
2052 add_sts = crystalhd_dioq_add(hw->tx_freeq, tx_dma_packet,
2089 crystalhd_dioq_add(hw->tx_actq, tx_dma_packet, false,
2163 sts = crystalhd_dioq_add(hw->rx_freeq, rpkt, false, tag);
H A Dcrystalhd_misc.c490 * crystalhd_dioq_add - Add new DIO request element.
501 enum BC_STATUS crystalhd_dioq_add(struct crystalhd_dioq *ioq, void *data, function

Completed in 40 milliseconds