Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ibm/
Dibmvnic.c1355 union sub_crq hdr_desc; in create_hdr_descs() local
1364 memset(&hdr_desc, 0, sizeof(hdr_desc)); in create_hdr_descs()
1366 data = hdr_desc.hdr_ext.data; in create_hdr_descs()
1368 hdr_desc.hdr_ext.first = IBMVNIC_CRQ_CMD; in create_hdr_descs()
1369 hdr_desc.hdr_ext.type = IBMVNIC_HDR_EXT_DESC; in create_hdr_descs()
1370 hdr_desc.hdr_ext.len = tmp; in create_hdr_descs()
1372 data = hdr_desc.hdr.data; in create_hdr_descs()
1374 hdr_desc.hdr.first = IBMVNIC_CRQ_CMD; in create_hdr_descs()
1375 hdr_desc.hdr.type = IBMVNIC_HDR_DESC; in create_hdr_descs()
1376 hdr_desc.hdr.len = tmp; in create_hdr_descs()
[all …]
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dtxrx.c1441 *d = &hdr_desc_mem, *hdr_desc = &hdr_desc_mem, in __wil_tx_vring_tso() local
1533 wil->txrx_ops.tx_desc_map((union wil_tx_desc *)hdr_desc, pa, in __wil_tx_vring_tso()
1535 wil_tx_desc_offload_setup_tso(hdr_desc, skb, wil_tso_type_hdr, is_ipv4, in __wil_tx_vring_tso()
1537 wil_tx_last_desc(hdr_desc); in __wil_tx_vring_tso()
1670 wil_tx_desc_set_nr_frags(hdr_desc, descs_used); in __wil_tx_vring_tso()
1671 *_hdr_desc = *hdr_desc; in __wil_tx_vring_tso()