Searched defs:post_qid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel.c96 __hal_channel_allocate(xge_hal_device_h devh, int post_qid, argument
105 xge_assert(post_qid + 1 >= XGE_HAL_MIN_FIFO_NUM &&
106 post_qid + 1 <= XGE_HAL_MAX_FIFO_NUM);
110 xge_assert(post_qid + 1 >= XGE_HAL_MIN_RING_NUM &&
111 post_qid + 1 <= XGE_HAL_MAX_RING_NUM);
133 channel->post_qid = post_qid;
317 tmp->post_qid == attr->post_qid &&
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h226 * @post_qid: Queue ID to post descriptors. For the link layer this
254 int post_qid; member in struct:xge_hal_channel_attr_t
325 * @post_qid: Identifies Xframe queue used for posting descriptors.
390 int post_qid; member in struct:__anon6597
426 __hal_channel_allocate(xge_hal_device_h devh, int post_qid,

Completed in 86 milliseconds