Searched refs:hdr_desc (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/ibm/ |
D | ibmvnic.c | 1329 union sub_crq hdr_desc; in create_hdr_descs() local 1338 memset(&hdr_desc, 0, sizeof(hdr_desc)); in create_hdr_descs() 1340 data = hdr_desc.hdr_ext.data; in create_hdr_descs() 1342 hdr_desc.hdr_ext.first = IBMVNIC_CRQ_CMD; in create_hdr_descs() 1343 hdr_desc.hdr_ext.type = IBMVNIC_HDR_EXT_DESC; in create_hdr_descs() 1344 hdr_desc.hdr_ext.len = tmp; in create_hdr_descs() 1346 data = hdr_desc.hdr.data; in create_hdr_descs() 1348 hdr_desc.hdr.first = IBMVNIC_CRQ_CMD; in create_hdr_descs() 1349 hdr_desc.hdr.type = IBMVNIC_HDR_DESC; in create_hdr_descs() 1350 hdr_desc.hdr.len = tmp; in create_hdr_descs() [all …]
|
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 1741 *d = &hdr_desc_mem, *hdr_desc = &hdr_desc_mem, in __wil_tx_vring_tso() local 1833 wil->txrx_ops.tx_desc_map((union wil_tx_desc *)hdr_desc, pa, in __wil_tx_vring_tso() 1835 wil_tx_desc_offload_setup_tso(hdr_desc, skb, wil_tso_type_hdr, is_ipv4, in __wil_tx_vring_tso() 1837 wil_tx_last_desc(hdr_desc); in __wil_tx_vring_tso() 1973 wil_tx_desc_set_nr_frags(hdr_desc, descs_used); in __wil_tx_vring_tso() 1974 *_hdr_desc = *hdr_desc; in __wil_tx_vring_tso()
|