Searched refs:prev_hdr (Results 1 – 3 of 3) sorted by relevance
100 struct fw_hdr *hdr, **prev_hdr = phdr; in fw_hdrs_load() local124 *prev_hdr = hdr; in fw_hdrs_load()125 prev_hdr = &hdr->next; in fw_hdrs_load()128 *prev_hdr = NULL; in fw_hdrs_load()
2674 queue->prev_hdr = NULL; in qeth_init_qdio_queues()3324 queue->prev_hdr = NULL; in qeth_flush_queue()3687 struct qeth_hdr *prev_hdr = queue->prev_hdr; in qeth_iqd_may_bulk() local3689 if (!prev_hdr) in qeth_iqd_may_bulk()3698 qeth_l2_same_vlan(&prev_hdr->hdr.l2, &curr_hdr->hdr.l2); in qeth_iqd_may_bulk()3701 return qeth_l3_same_next_hop(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3) && in qeth_iqd_may_bulk()3702 qeth_l3_iqd_same_vlan(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3); in qeth_iqd_may_bulk()3844 queue->prev_hdr = hdr; in __qeth_xmit()
533 struct qeth_hdr *prev_hdr; member