Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c27 struct cidset *cids; member
88 if (BIT_TEST_SET_ATOMIC(NUM_CIDS, cmd->cid, qp->cids)) { in nvmft_receive_capsule()
116 qp->cids = BITSET_ALLOC(NUM_CIDS, M_NVMFT, M_WAITOK | M_ZERO); in nvmft_qpair_init()
122 free(qp->cids, M_NVMFT); in nvmft_qpair_init()
149 free(qp->cids, M_NVMFT); in nvmft_qpair_destroy()
211 KASSERT(BIT_ISSET(NUM_CIDS, cmd->cid, qp->cids), in nvmft_command_completed()
214 BIT_CLR_ATOMIC(NUM_CIDS, cmd->cid, qp->cids); in nvmft_command_completed()
223 KASSERT(BIT_ISSET(NUM_CIDS, cpl->cid, qp->cids), in nvmft_send_response()
226 BIT_CLR_ATOMIC(NUM_CIDS, cpl->cid, qp->cids); in nvmft_send_response()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c243 if (p_queue->cids[i].p_cid && in ecore_iov_get_vf_rx_queue_cid()
244 !p_queue->cids[i].b_is_tx) in ecore_iov_get_vf_rx_queue_cid()
245 return p_queue->cids[i].p_cid; in ecore_iov_get_vf_rx_queue_cid()
1110 u32 cids; in ecore_iov_init_hw_for_vf() local
1583 if (!p_queue->cids[j].p_cid) in ecore_iov_vf_cleanup()
1587 p_queue->cids[j].p_cid); in ecore_iov_vf_cleanup()
3635 p_cid = p_queue->cids[i].p_cid; in ecore_iov_vf_pf_get_coalesce()
3720 if (!p_queue->cids[i].b_is_tx) in ecore_iov_vf_pf_set_coalesce()
3724 p_queue->cids[i].p_cid); in ecore_iov_vf_pf_set_coalesce()
3806 if (!p_queue->cids[i].b_is_tx) in ecore_iov_pf_configure_vf_queue_coalesce()
[all …]
H A Decore_sriov.h104 struct ecore_vf_queue_cid cids[MAX_QUEUES_PER_QZONE]; member
H A Decore_cxt.c390 iids->cids += p_mngr->conn_cfg[type].cid_count; in ecore_cxt_qm_iids()
412 iids->cids, iids->vf_cids, iids->tids, vf_tids); in ecore_cxt_qm_iids()
810 total = ecore_qm_pf_mem_size(qm_iids.cids, in ecore_cxt_cfg_ilt_compute()
817 qm_iids.cids, qm_iids.vf_cids, qm_iids.tids, in ecore_cxt_cfg_ilt_compute()
1608 iids.cids, iids.vf_cids, iids.tids, in ecore_qm_init_pf()
H A Decore.h333 u32 cids; member
/freebsd/sys/dev/bxe/
H A Decore_sp.c4728 cmd, o->cids[ECORE_PRIMARY_CID_INDEX], in ecore_queue_comp_cmd()
4978 cmd_params->q_obj->cids[0], in ecore_q_fill_setup_tx_only()
5027 o->cids[cos], cos); in ecore_q_init()
5064 o->cids[ECORE_PRIMARY_CID_INDEX], in ecore_q_send_setup_e1x()
5093 o->cids[ECORE_PRIMARY_CID_INDEX], in ecore_q_send_setup_e2()
5256 o->cids[cid_index], data_mapping, in ecore_q_send_update()
5354 o->cids[ECORE_PRIMARY_CID_INDEX], in ecore_q_send_update_tpa()
5375 o->cids[ECORE_PRIMARY_CID_INDEX], in ecore_q_send_halt()
5393 o->cids[cid_idx], 0, in ecore_q_send_cfc_del()
5410 o->cids[cid_index], 0, in ecore_q_send_terminate()
[all …]
H A Decore_sp.h1501 uint32_t cids[ECORE_MULTI_TX_COS]; member
1851 struct ecore_queue_sp_obj *obj, uint8_t cl_id, uint32_t *cids,
H A Dbxe.c9600 uint32_t cids[ECORE_MULTI_TX_COS] = { 0 }; in bxe_init_eth_fp() local
9635 cids[cos] = idx; in bxe_init_eth_fp()
9656 cids, in bxe_init_eth_fp()
/freebsd/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) in bnxt_qplib_map_tc2cos() argument
758 req.cos0 = cpu_to_le16(cids[0]); in bnxt_qplib_map_tc2cos()
759 req.cos1 = cpu_to_le16(cids[1]); in bnxt_qplib_map_tc2cos()
/freebsd/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) in acpi_isa_get_compatid() argument
1752 pnpid = cids; in acpi_isa_get_compatid()
2142 uint32_t lid, cids[8]; in acpi_isa_pnp_probe() local
2155 cid_count = acpi_isa_get_compatid(child, cids, 8); in acpi_isa_pnp_probe()
2162 if (cids[i] == ids->ip_id) { in acpi_isa_pnp_probe()