Home
last modified time | relevance | path

Searched refs:wq_id (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_hw.h2491 uint32_t wq_id:11; member
2512 uint32_t wq_id:11;
2835 uint16_t wq_id; member
2853 uint16_t wq_id; member
2856 uint16_t wq_id;
H A Doce_queue.c364 fwcmd->params.req.wq_id = wq->wq_id; in oce_wq_del()
H A Doce_mbox.c1744 wq->wq_id = HOST_16(fwcmd->params.rsp.wq_id); in oce_mbox_create_wq()
H A Doce_if.h702 uint16_t wq_id; member
H A Doce_if.c1185 reg_value = (num_wqes << 16) | wq->wq_id; in oce_tx()
/freebsd/sys/dev/mana/
H A Dmana.h646 uint32_t wq_id; member
H A Dmana_en.c1250 wq_spec->queue_index = resp.wq_id; in mana_create_wq_obj()
/freebsd/sys/dev/ocs_fc/
H A Dsli4.c6084 sli_cmd_fcoe_wq_destroy(sli4_t *sli4, void *buf, size_t size, uint16_t wq_id) in sli_cmd_fcoe_wq_destroy() argument
6106 wq->wq_id = wq_id; in sli_cmd_fcoe_wq_destroy()
8266 *r_id = wqec->wq_id; in sli_fc_cqe_parse()
H A Dsli4.h3867 uint32_t wq_id:16, member
5311 wq_id:16; member
H A Docs_hw.c8475 uint32_t wq_id = rid; in ocs_hw_cq_process() local
8476 int32_t index = ocs_hw_queue_hash_find(hw->wq_hash, wq_id); in ocs_hw_cq_process()