Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap.c145 u64 *prev_hdr = prev->map.addr; in link_chunk() local
150 *prev_hdr = encode_chunk_ptr(heap->chunk_size, chunk->gpu_va); in link_chunk()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core_main.c3046 queue->prev_hdr = NULL; in qeth_init_qdio_queues()
3718 queue->prev_hdr = NULL; in qeth_flush_queue()
4065 struct qeth_hdr *prev_hdr = queue->prev_hdr; in qeth_iqd_may_bulk() local
4067 if (!prev_hdr) in qeth_iqd_may_bulk()
4076 qeth_l2_same_vlan(&prev_hdr->hdr.l2, &curr_hdr->hdr.l2); in qeth_iqd_may_bulk()
4079 return qeth_l3_same_next_hop(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3) && in qeth_iqd_may_bulk()
4080 qeth_l3_iqd_same_vlan(&prev_hdr->hdr.l3, &curr_hdr->hdr.l3); in qeth_iqd_may_bulk()
4234 queue->prev_hdr = hdr; in __qeth_xmit()
H A Dqeth_core.h521 struct qeth_hdr *prev_hdr; member