Home
last modified time | relevance | path

Searched refs:cid_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c182 if (p_cfg->cid_count) in qed_cxt_tm_iids()
185 iids->pf_cids += p_cfg->cid_count; in qed_cxt_tm_iids()
310 u32 cid_count, u32 vf_cid_cnt) in qed_cxt_set_proto_cid_count() argument
315 p_conn->cid_count = roundup(cid_count, DQ_RANGE_ALIGN); in qed_cxt_set_proto_cid_count()
324 p_conn->cid_count = roundup(p_conn->cid_count, align); in qed_cxt_set_proto_cid_count()
410 u32 cid_count = p_hwfn->p_cxt_mngr->conn_cfg[PROTOCOLID_ROCE].cid_count; in qed_ilt_get_dynamic_line_cnt() local
1058 if (!cid_count) in qed_cid_map_alloc_single()
1065 p_map->max_count = cid_count; in qed_cid_map_alloc_single()
1100 start_cid += p_cfg->cid_count; in qed_cid_map_alloc()
1221 if (p_cfg->cid_count) { in qed_cxt_mngr_setup()
[all …]
H A Dqed_cxt.h249 u32 cid_count; member
H A Dqed_debug.c4955 num_pf_cids = p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cid_count; in qed_ilt_dump_dump_num_pf_cids()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c1333 uint32_t cid_count, icd_count; in beiscsi_get_fw_config() local
1450 cid_count = BEISCSI_GET_CID_COUNT(phba, BEISCSI_ULP0) + in beiscsi_get_fw_config()
1452 if (cid_count == 0 || cid_count > 4096) { in beiscsi_get_fw_config()
1454 "BG_%d: invalid CID count %d\n", cid_count); in beiscsi_get_fw_config()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13531 int cid_count = BNX2X_L2_MAX_CID(bp); in bnx2x_set_qm_cid_count() local
13534 cid_count += BNX2X_VF_CIDS; in bnx2x_set_qm_cid_count()
13537 cid_count += CNIC_CID_MAX; in bnx2x_set_qm_cid_count()
13539 return roundup(cid_count, QM_CID_ROUND); in bnx2x_set_qm_cid_count()