Searched refs:qoffset (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_lib.h498 u16 qoffset; /* Offset in VSI queue space */ member in struct:ice_tc_info
H A Dice_iflib_txrx.c600 tc_base_queue = vsi->tc_info[tc].qoffset;
H A Dice_lib.c620 vsi->tc_info[0].qoffset = 0;
624 vsi->tc_info[i].qoffset = 0;
6907 start_idx = tc_info->qoffset;
8631 vsi->tc_info[i].qoffset = 0;
8640 vsi->tc_info[i].qoffset = offset;
/freebsd-current/sys/dev/aac/
H A Daac.c1847 u_int32_t qoffset; local
1913 qoffset = offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN;
1914 qoffset &= ~(AAC_QUEUE_ALIGN - 1);
1916 (struct aac_queue_table *)((uintptr_t)sc->aac_common + qoffset);
1917 ip->CommHeaderAddress = sc->aac_common_busaddr + qoffset;

Completed in 184 milliseconds