Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ice/
H A Dice_iflib_txrx.c442 tc_base_queue = vsi->tc_info[tc].qoffset; in ice_ift_queue_select()
H A Dice_lib.h481 u16 qoffset; /* Offset in VSI queue space */ member
H A Dice_lib.c7637 vsi->tc_info[i].qoffset = 0; in ice_vsi_setup_q_map()
7646 vsi->tc_info[i].qoffset = offset; in ice_vsi_setup_q_map()
/freebsd-13.1/sys/dev/aac/
H A Daac.c1849 u_int32_t qoffset; in aac_init() local
1915 qoffset = offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN; in aac_init()
1916 qoffset &= ~(AAC_QUEUE_ALIGN - 1); in aac_init()
1918 (struct aac_queue_table *)((uintptr_t)sc->aac_common + qoffset); in aac_init()
1919 ip->CommHeaderAddress = sc->aac_common_busaddr + qoffset; in aac_init()