Searched refs:poll_one (Results 1 – 4 of 4) sorted by relevance
38 int (*poll_one)(struct hns_nic_ring_data *, int, void *); member
1058 clean_complete += ring_data->poll_one( in hns_nic_common_poll()1678 if (rd->poll_one(rd, fetch_num, in hns_nic_clear_all_rx_fetch()1689 if (rd->poll_one(rd, fetch_num, NULL)) in hns_nic_clear_all_rx_fetch()2110 rd->poll_one = hns_nic_tx_poll_one; in hns_nic_init_ring_data()2122 rd->poll_one = hns_nic_rx_poll_one; in hns_nic_init_ring_data()
457 (void)ring_data->poll_one(ring_data, in __lb_clean_rings()
5456 struct io_poll_iocb *poll_one = poll; in __io_queue_proc() local5459 if (poll_one->head == head) in __io_queue_proc()5472 if (!(poll_one->events & EPOLLONESHOT)) in __io_queue_proc()5473 poll_one->events |= EPOLLONESHOT; in __io_queue_proc()5479 io_init_poll_iocb(poll, poll_one->events, io_poll_double_wake); in __io_queue_proc()