Symbol: dpmaif_rx_queue
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c
210
struct dpmaif_rx_queue *rx_q;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c
281
struct dpmaif_rx_queue *rx_q;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c
303
struct dpmaif_rx_queue *rxq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c
432
struct dpmaif_rx_queue *rxq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.h
178
struct dpmaif_rx_queue rxq[DPMAIF_RXQ_NUM];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
1011
static int t7xx_dpmaif_rx_alloc(struct dpmaif_rx_queue *rxq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
1035
static void t7xx_dpmaif_rx_buf_free(const struct dpmaif_rx_queue *rxq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
1049
int t7xx_dpmaif_rxq_init(struct dpmaif_rx_queue *queue)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
1060
void t7xx_dpmaif_rxq_free(struct dpmaif_rx_queue *queue)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
1068
struct dpmaif_rx_queue *rxq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
1121
struct dpmaif_rx_queue *rxq = &dpmaif_ctrl->rxq[i];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
1135
static void t7xx_dpmaif_stop_rxq(struct dpmaif_rx_queue *rxq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
236
static int t7xx_dpmaifq_release_pit_entry(struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
276
static int t7xx_frag_bat_cur_bid_check(struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
393
static int t7xx_dpmaif_set_frag_to_skb(const struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
430
static int t7xx_dpmaif_get_frag(struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
451
static int t7xx_bat_cur_bid_check(struct dpmaif_rx_queue *rxq, const unsigned int cur_bid)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
467
static int t7xx_dpmaif_check_pit_seq(struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
505
static int t7xx_dpmaif_release_bat_entry(const struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
561
static int t7xx_dpmaif_pit_release_and_add(struct dpmaif_rx_queue *rxq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
576
static int t7xx_dpmaif_bat_release_and_add(const struct dpmaif_rx_queue *rxq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
598
static int t7xx_dpmaif_frag_bat_release_and_add(const struct dpmaif_rx_queue *rxq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
616
static void t7xx_dpmaif_parse_msg_pit(const struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
628
static int t7xx_dpmaif_set_data_to_skb(const struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
664
static int t7xx_dpmaif_get_rx_pkt(struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
685
static int t7xx_dpmaifq_rx_notify_hw(struct dpmaif_rx_queue *rxq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
699
static void t7xx_dpmaif_rx_skb(struct dpmaif_rx_queue *rxq,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
723
static int t7xx_dpmaif_rx_start(struct dpmaif_rx_queue *rxq, const unsigned int pit_cnt,
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
804
static unsigned int t7xx_dpmaifq_poll_pit(struct dpmaif_rx_queue *rxq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
822
struct dpmaif_rx_queue *rxq = &dpmaif_ctrl->rxq[q_num];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
839
struct dpmaif_rx_queue *rxq = container_of(napi, struct dpmaif_rx_queue, napi);
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
84
struct dpmaif_rx_queue *rxq = &dpmaif_ctrl->rxq[q_num];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
896
struct dpmaif_rx_queue *rxq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.h
109
void t7xx_dpmaif_rxq_free(struct dpmaif_rx_queue *queue);
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.h
98
int t7xx_dpmaif_rxq_init(struct dpmaif_rx_queue *queue);