Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/cavium/thunder/
Dq_struct.h448 u64 subdesc_type:4; member
460 u64 subdesc_type:4;
468 u64 subdesc_type:4; /* W0 */ member
479 u64 subdesc_type:4; /* W0 */
489 u64 subdesc_type:4; /* W0 */ member
497 u64 subdesc_type:4; /* W0 */
505 u64 subdesc_type:4; /* W0 */ member
520 u64 subdesc_type:4; /* W0 */
529 u64 subdesc_type:4; member
566 u64 subdesc_type:4; /* W0 */
Dnicvf_queues.c1191 if (hdr->subdesc_type != SQ_DESC_TYPE_HEADER) { in nicvf_sq_free_used_descs()
1229 hdr->subdesc_type = SQ_DESC_TYPE_HEADER; in nicvf_xdp_sq_add_hdr_subdesc()
1344 hdr->subdesc_type = SQ_DESC_TYPE_HEADER; in nicvf_sq_add_hdr_subdesc()
1428 gather->subdesc_type = SQ_DESC_TYPE_GATHER; in nicvf_sq_add_gather_subdesc()
1448 hdr->subdesc_type = SQ_DESC_TYPE_HEADER; in nicvf_sq_add_cqe_subdesc()
1461 imm->subdesc_type = SQ_DESC_TYPE_IMMEDIATE; in nicvf_sq_add_cqe_subdesc()
Dnicvf_main.c670 if (hdr->subdesc_type != SQ_DESC_TYPE_HEADER) in nicvf_snd_pkt_handler()