Lines Matching full:ulp
964 * @ulp_num: Bind to which ULP
966 * Create HDR/Data DEFQ for the passed ULP. Unsol PDU are posted
1070 * @ulp_num: ULP on which the WRBQ is to be created
1387 * Check on which all ULP iSCSI Protocol is loaded. in beiscsi_get_fw_config()
1388 * Set the Bit for those ULP. This set flag is used in beiscsi_get_fw_config()
1389 * at all places in the code to check on which ULP in beiscsi_get_fw_config()
1393 if (pfw_cfg->ulp[ulp_num].ulp_mode & in beiscsi_get_fw_config()
1397 /* Get the CID, ICD and Chain count for each ULP */ in beiscsi_get_fw_config()
1399 pfw_cfg->ulp[ulp_num].sq_base; in beiscsi_get_fw_config()
1401 pfw_cfg->ulp[ulp_num].sq_count; in beiscsi_get_fw_config()
1404 pfw_cfg->ulp[ulp_num].icd_base; in beiscsi_get_fw_config()
1406 pfw_cfg->ulp[ulp_num].icd_count; in beiscsi_get_fw_config()
1414 "BG_%d : Function loaded on ULP : %d\n" in beiscsi_get_fw_config()
1434 pfw_cfg->ulp[BEISCSI_ULP0].ulp_mode, in beiscsi_get_fw_config()
1435 pfw_cfg->ulp[BEISCSI_ULP1].ulp_mode); in beiscsi_get_fw_config()
1440 * ICD is shared among ULPs. Use icd_count of any one loaded ULP in beiscsi_get_fw_config()
1461 * Check FW is dual ULP aware i.e. can handle either in beiscsi_get_fw_config()
1735 * @ulp: ULP number.
1741 int beiscsi_cmd_iscsi_cleanup(struct beiscsi_hba *phba, unsigned short ulp) in beiscsi_cmd_iscsi_cleanup() argument
1753 hdr_ring_id = HWI_GET_DEF_HDRQ_ID(phba, ulp); in beiscsi_cmd_iscsi_cleanup()
1754 data_ring_id = HWI_GET_DEF_BUFQ_ID(phba, ulp); in beiscsi_cmd_iscsi_cleanup()
1760 req->chute = (1 << ulp); in beiscsi_cmd_iscsi_cleanup()
1771 req_v1->chute = (1 << ulp); in beiscsi_cmd_iscsi_cleanup()
1779 "BG_%d : %s failed %d\n", __func__, ulp); in beiscsi_cmd_iscsi_cleanup()