Searched refs:qeth_poll (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core.h | 1068 int qeth_poll(struct napi_struct *napi, int budget);
|
H A D | qeth_l3_main.c | 1917 netif_napi_add(card->dev, &card->napi, qeth_poll); in qeth_l3_setup_netdev()
|
H A D | qeth_l2_main.c | 1136 netif_napi_add(card->dev, &card->napi, qeth_poll); in qeth_l2_setup_netdev()
|
H A D | qeth_core_main.c | 5815 int qeth_poll(struct napi_struct *napi, int budget) in qeth_poll() function 5852 EXPORT_SYMBOL_GPL(qeth_poll); variable
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core.h | 1102 int qeth_poll(struct napi_struct *napi, int budget);
|
H A D | qeth_l2_main.c | 950 netif_napi_add(card->dev, &card->napi, qeth_poll, QETH_NAPI_WEIGHT); in qeth_l2_setup_netdev()
|
H A D | qeth_l3_main.c | 1936 netif_napi_add(card->dev, &card->napi, qeth_poll, QETH_NAPI_WEIGHT); in qeth_l3_setup_netdev()
|
H A D | qeth_core_main.c | 5819 int qeth_poll(struct napi_struct *napi, int budget) in qeth_poll() function 5846 EXPORT_SYMBOL_GPL(qeth_poll); variable
|
Completed in 33 milliseconds