Searched refs:qword0 (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2_lan_desc.h208 * @qword0: RX buffer struct.
209 * @qword0.buf_id: Buffer identifier.
210 * @qword0.rsvd0: Reserved.
211 * @qword0.rsvd1: Reserved.
235 } qword0; member in struct:virtchnl2_splitq_rx_buf_desc
270 * @qword0: First quad word struct.
271 * @qword0.lo_dword: Lower dual word struct.
272 * @qword0.lo_dword.mirroring_status: Mirrored packet status.
273 * @qword0.lo_dword.l2tag1: Stripped L2 tag from the received packet.
274 * @qword0
300 } qword0; member in struct:virtchnl2_singleq_base_rx_desc
[all...]
H A Didpf_txrx.c548 splitq_rx_desc->qword0.buf_id = cpu_to_le16(buf_id);
2830 u8 qword0, qword1; local
2832 qword0 = rx_desc->status_err0_qw0;
2844 qword0);
3297 buf_desc->qword0.buf_id = cpu_to_le16(buf_id);
H A Didpf_singleq_txrx.c818 u32 hash = le32_to_cpu(rx_desc->base_wb.qword0.hi_dword.rss);
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_type.h203 } qword0; member in struct:iavf_16byte_rx_desc::__anon343
236 } qword0; member in struct:iavf_32byte_rx_desc::__anon350
H A Diavf_txrx.c1101 hash = le32_to_cpu(rx_desc->wb.qword0.hi_dword.rss);
1589 vlan_tag = le16_to_cpu(rx_desc->wb.qword0.lo_dword.l2tag1);
/linux-master/drivers/infiniband/hw/irdma/
H A Duk.c973 u64 comp_ctx, qword0, qword2, qword3; local
1069 get_64bit_val(cqe, 0, &qword0);
1072 info->tcp_seq_num_rtt = (u32)FIELD_GET(IRDMACQ_TCPSEQNUMRTT, qword0);
1106 info->bytes_xfered = (u32)FIELD_GET(IRDMACQ_PAYLDLEN, qword0);
H A Dpuda.c215 u64 qword0, qword2, qword3, qword6; local
274 get_64bit_val(cqe, 0, &qword0);
311 info->payload_len = (u32)FIELD_GET(IRDMACQ_PAYLDLEN, qword0);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h615 } qword0; member in struct:i40e_16byte_rx_desc::__anon1281
651 } qword0; member in struct:i40e_32byte_rx_desc::__anon1288
H A Di40e_txrx.c672 * @qword0_raw: qword0
1386 * @qword0_raw: qword0
1867 hash = le32_to_cpu(rx_desc->wb.qword0.hi_dword.rss);
1901 __le16 vlan_tag = rx_desc->wb.qword0.lo_dword.l2tag1;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h25 } qword0; member in struct:ice_32byte_rx_desc::__anon1314

Completed in 248 milliseconds