Searched refs:q_id (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_queue.c181 softs->admin_ib_queue.q_id = 0;
186 softs->admin_ob_queue.q_id = 0;
387 uint32_t q_id, boolean_t ibq)
402 admin_req.req_type.create_op_iq.qid = q_id;
427 ret = pqisrc_delete_op_queue(softs, softs->event_q.q_id, false);
429 DBG_ERR("Failed to Delete Event Q %d\n", softs->event_q.q_id);
456 ret = pqisrc_delete_op_queue(softs, op_ib_q->q_id, true);
458 DBG_ERR("Failed to Delete Raid IB Q %d\n",op_ib_q->q_id);
471 ret = pqisrc_delete_op_queue(softs, op_ib_q->q_id, true);
473 DBG_ERR("Failed to Delete AIO IB Q %d\n",op_ib_q->q_id);
386 pqisrc_delete_op_queue(pqisrc_softstate_t *softs, uint32_t q_id, boolean_t ibq) argument
[all...]
H A Dsmartpqi_event.c295 request->response_queue_id = softs->op_ob_q[0].q_id;
411 request.iu_specific.global_event_oq_id = softs->event_q.q_id;
424 event_config_p->descriptors[i].oq_id = softs->event_q.q_id;
H A Dsmartpqi_response.c268 DBG_INFO("ci : %d pi : %d qid : %d\n", oq_ci, oq_pi, ob_q->q_id);
H A Dsmartpqi_ioctl.c338 request.response_queue_id = ob_q->q_id;
H A Dsmartpqi_request.c838 DBG_INFO("tmf_req.req_id : %d tmf_req.nexus : %x tmf_req.tmf %x QID : %d\n",tmf_req.req_id,tmf_req.nexus,tmf_req.tmf,op_ib_q->q_id);
990 ((pqi_vendor_general_request_t *)request)->response_queue_id = ob_q->q_id;
H A Dsmartpqi_structures.h593 uint32_t q_id; member in struct:ib_queue
610 uint32_t q_id; member in struct:ob_queue
H A Dsmartpqi_defines.h1048 #define OS_GET_IO_RESP_QID(softs,rcb) (softs->op_ob_q[(OS_GET_IO_QINDEX(softs,rcb))].q_id)
H A Dsmartpqi_discovery.c276 ((pqisrc_raid_req_t *)request)->response_queue_id = ob_q->q_id;
/freebsd-13-stable/sys/dev/ice/
H A Dice_switch.h160 u16 q_id:11;
196 u16 q_id:11;
H A Dice_common.c3747 u16 item_size = ice_struct_size(item, q_id, item->num_qs);
3769 LE16_TO_CPU(qg_list[0].q_id[0]),
4425 * @q_ids: pointer to the q_id array
4461 buf_size = ice_struct_size(qg_list, q_id, 1);
4487 qg_list->q_id[0] = CPU_TO_LE16(q_ids[i]);
H A Dice_switch.c1202 act |= (f_info->fwd_id.q_id << ICE_SINGLE_ACT_Q_INDEX_S) &
1213 act |= (f_info->fwd_id.q_id << ICE_SINGLE_ACT_Q_INDEX_S) &
H A Dice_adminq_cmd.h2460 * Note: Since the q_id is 16 bits wide, if the
2470 /* The length of the q_id array varies according to num_qs */
2476 __le16 q_id[STRUCT_HACK_VAR_LEN]; member in struct:ice_aqc_dis_txq_item
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.h1263 * @param q_id Queue ID.
1268 sli_set_wq_id_association(void *entry, uint16_t q_id) argument
1278 wqe[10] |= q_id << 1;
1631 uint32_t q_id:16, member in struct:sli4_res_common_create_queue_s
1645 uint32_t q_id:16, member in struct:sli4_res_common_create_queue_set_s
H A Dsli4.c4377 q->id = res_q->q_id;
4726 qs[i]->id = res->q_id + i;
5415 * @param q_id Queue ID associated with this completion message
5425 uint16_t *q_id)
5430 ocs_log_err(NULL, "bad parameters sli4=%p cq=%p cqe=%p etype=%p q_id=%p\n",
5431 sli4, cq, cqe, etype, q_id);
5444 *q_id = -1;
5446 rc = sli_fc_cqe_parse(sli4, cq, cqe, etype, q_id);
8523 qs[i]->id = i + rsp->q_id;
5424 sli_cq_parse(sli4_t *sli4, sli4_queue_t *cq, uint8_t *cqe, sli4_qentry_e *etype, uint16_t *q_id) argument
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_hw.h802 uint8_t q_id; /* only bits 0-6 are valid */ member in struct:_q81_sys_comp

Completed in 338 milliseconds