Searched refs:rx_q (Results 1 – 10 of 10) sorted by relevance
312 #define HWM_GET_RX_USED(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_used)326 #define HWM_GET_RX_FREE(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_free-1)342 (smc)->hw.fp.rx_q[QUEUE_R1].rx_curr_put360 if ((low_water) >= (smc)->hw.fp.rx_q[QUEUE_R1].rx_used) {\
196 struct s_smt_rx_queue rx_q[USED_QUEUES] ; member
215 struct sk_buff_head rx_q; /* RX queue */ member
272 while ((skb = skb_dequeue(&fmdev->rx_q))) { in recv_tasklet()1468 skb_queue_tail(&fmdev->rx_q, skb); in fm_st_receive()1557 skb_queue_head_init(&fmdev->rx_q); in fmc_prepare()1610 skb_queue_purge(&fmdev->rx_q); in fmc_release()
371 skb_queue_purge(&ndev->rx_q); in nci_open_device()396 skb_queue_purge(&ndev->rx_q); in nci_close_device()1042 skb_queue_head_init(&ndev->rx_q); in nci_register_device()1111 skb_queue_tail(&ndev->rx_q, skb); in nci_recv_frame()1212 while ((skb = skb_dequeue(&ndev->rx_q))) { in nci_rx_work()
722 if (smc->hw.fp.rx_q[QUEUE_R1].rx_used > 0) { in fddi_isr()1423 r = smc->hw.fp.rx_q[QUEUE_R1].rx_curr_put ; in hwm_rx_frag()1434 smc->hw.fp.rx_q[QUEUE_R1].rx_free-- ; in hwm_rx_frag()1435 smc->hw.fp.rx_q[QUEUE_R1].rx_used++ ; in hwm_rx_frag()1436 smc->hw.fp.rx_q[QUEUE_R1].rx_curr_put = r->rxd_next ; in hwm_rx_frag()
283 smc->hw.fp.rx[QUEUE_R1] = queue = &smc->hw.fp.rx_q[QUEUE_R1] ; in init_rx()290 smc->hw.fp.rx[QUEUE_R2] = queue = &smc->hw.fp.rx_q[QUEUE_R2] ; in init_rx()
213 struct sk_buff_head rx_q; member
1463 skb_queue_purge(&hdev->rx_q); in hci_dev_do_open()1639 skb_queue_purge(&hdev->rx_q); in hci_dev_do_close()1704 skb_queue_purge(&hdev->rx_q); in hci_dev_do_reset()3075 skb_queue_head_init(&hdev->rx_q); in hci_alloc_dev()3316 skb_queue_tail(&hdev->rx_q, skb); in hci_recv_frame()4163 while ((skb = skb_dequeue(&hdev->rx_q))) { in hci_rx_work()
324 struct sk_buff_head rx_q; member