Home
last modified time | relevance | path

Searched refs:prev_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/s390/net/
Dqeth_core_main.c3059 queue->prev_hdr = NULL; in qeth_init_qdio_queues()
3731 queue->prev_hdr = NULL; in qeth_flush_queue()
4078 struct qeth_hdr *prev_hdr = queue->prev_hdr; in qeth_iqd_may_bulk() local
4080 if (!prev_hdr) in qeth_iqd_may_bulk()
4089 qeth_l2_same_vlan(&prev_hdr->hdr.l2, &curr_hdr->hdr.l2); in qeth_iqd_may_bulk()
4092 return qeth_l3_same_next_hop(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3) && in qeth_iqd_may_bulk()
4093 qeth_l3_iqd_same_vlan(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3); in qeth_iqd_may_bulk()
4247 queue->prev_hdr = hdr; in __qeth_xmit()
Dqeth_core.h522 struct qeth_hdr *prev_hdr; member