Searched refs:cids (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c27 struct cidset *cids; member in struct:nvmft_qpair
88 if (BIT_TEST_SET_ATOMIC(NUM_CIDS, cmd->cid, qp->cids)) {
116 qp->cids = BITSET_ALLOC(NUM_CIDS, M_NVMFT, M_WAITOK | M_ZERO);
122 free(qp->cids, M_NVMFT);
149 free(qp->cids, M_NVMFT);
211 KASSERT(BIT_ISSET(NUM_CIDS, cmd->cid, qp->cids),
214 BIT_CLR_ATOMIC(NUM_CIDS, cmd->cid, qp->cids);
223 KASSERT(BIT_ISSET(NUM_CIDS, cpl->cid, qp->cids),
226 BIT_CLR_ATOMIC(NUM_CIDS, cpl->cid, qp->cids);
262 * This version doesn't clear CID in qp->cids an
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c243 if (p_queue->cids[i].p_cid &&
244 !p_queue->cids[i].b_is_tx)
245 return p_queue->cids[i].p_cid;
270 p_qcid = &p_vf->vf_queues[qid].cids[i];
1110 u32 cids; local
1178 ecore_cxt_get_proto_cid_count(p_hwfn, PROTOCOLID_ETH, &cids);
1181 vf->relative_vf_id, p_params->num_queues, (u16)cids);
1182 num_irqs = OSAL_MIN_T(u16, p_params->num_queues, ((u16)cids));
1583 if (!p_queue->cids[j].p_cid)
1587 p_queue->cids[
[all...]
H A Decore_sriov.h104 struct ecore_vf_queue_cid cids[MAX_QUEUES_PER_QZONE]; member in struct:ecore_vf_queue
H A Decore_cxt.c141 * Per connection type (protocol) resources (cids, tis, vf cids etc.)
331 /* Timers is a special case -> we don't count how many cids require
390 iids->cids += p_mngr->conn_cfg[type].cid_count;
412 iids->cids, iids->vf_cids, iids->tids, vf_tids);
810 total = ecore_qm_pf_mem_size(qm_iids.cids,
816 "QM ILT Info, (cids=%d, vf_cids=%d, tids=%d, num_pqs=%d, num_vf_pqs=%d, memory_size=%d)\n",
817 qm_iids.cids, qm_iids.vf_cids, qm_iids.tids,
831 * database. Thus sum the PF searcher cids and all the VFs searcher
832 * cids
[all...]
H A Decore.h333 u32 cids; member in struct:ecore_qm_iids
/freebsd-current/sys/dev/bxe/
H A Decore_sp.c4728 cmd, o->cids[ECORE_PRIMARY_CID_INDEX],
4742 cmd, o->cids[ECORE_PRIMARY_CID_INDEX], o->next_state);
4746 o->cids[ECORE_PRIMARY_CID_INDEX], o->next_tx_only);
4978 cmd_params->q_obj->cids[0],
5027 o->cids[cos], cos);
5029 ECORE_SET_CTX_VALIDATION(sc, init->cxts[cos], o->cids[cos]);
5064 o->cids[ECORE_PRIMARY_CID_INDEX],
5093 o->cids[ECORE_PRIMARY_CID_INDEX],
5131 o->cids[cid_index], rdata->general.client_id,
5140 return ecore_sp_post(sc, ramrod, o->cids[cid_inde
5742 ecore_init_queue_obj(struct bxe_softc *sc, struct ecore_queue_sp_obj *obj, uint8_t cl_id, uint32_t *cids, uint8_t cid_cnt, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, unsigned long type) argument
[all...]
H A Decore_sp.h1354 /* index within the tx_only cids of this queue object */
1359 /* index within the tx_only cids of this queue object */
1368 /* index within the tx_only cids of this queue object */
1470 /* index within the tx_only cids of this queue object */
1501 uint32_t cids[ECORE_MULTI_TX_COS]; member in struct:ecore_queue_sp_obj
1510 * Therefore max_cos is also a number of valid entries in the cids
1851 struct ecore_queue_sp_obj *obj, uint8_t cl_id, uint32_t *cids,
H A Dbxe.c9591 uint32_t cids[ECORE_MULTI_TX_COS] = { 0 }; local
9626 cids[cos] = idx;
9647 cids,
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.h374 int bnxt_qplib_map_tc2cos(struct bnxt_qplib_res *res, u16 *cids);
H A Dqplib_sp.c748 int bnxt_qplib_map_tc2cos(struct bnxt_qplib_res *res, u16 *cids) argument
758 req.cos0 = cpu_to_le16(cids[0]);
759 req.cos1 = cpu_to_le16(cids[1]);
/freebsd-current/sys/dev/acpica/
H A Dacpi.c154 static int acpi_isa_get_compatid(device_t dev, uint32_t *cids, int count);
1742 acpi_isa_get_compatid(device_t dev, uint32_t *cids, int count) argument
1752 pnpid = cids;
2142 uint32_t lid, cids[8]; local
2155 cid_count = acpi_isa_get_compatid(child, cids, 8);
2162 if (cids[i] == ids->ip_id) {

Completed in 1220 milliseconds