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
1385 * Check on which all ULP iSCSI Protocol is loaded. in beiscsi_get_fw_config()
1386 * Set the Bit for those ULP. This set flag is used in beiscsi_get_fw_config()
1387 * at all places in the code to check on which ULP in beiscsi_get_fw_config()
1391 if (pfw_cfg->ulp[ulp_num].ulp_mode & in beiscsi_get_fw_config()
1395 /* Get the CID, ICD and Chain count for each ULP */ in beiscsi_get_fw_config()
1397 pfw_cfg->ulp[ulp_num].sq_base; in beiscsi_get_fw_config()
1399 pfw_cfg->ulp[ulp_num].sq_count; in beiscsi_get_fw_config()
1402 pfw_cfg->ulp[ulp_num].icd_base; in beiscsi_get_fw_config()
1404 pfw_cfg->ulp[ulp_num].icd_count; in beiscsi_get_fw_config()
1412 "BG_%d : Function loaded on ULP : %d\n" in beiscsi_get_fw_config()
1432 pfw_cfg->ulp[BEISCSI_ULP0].ulp_mode, in beiscsi_get_fw_config()
1433 pfw_cfg->ulp[BEISCSI_ULP1].ulp_mode); in beiscsi_get_fw_config()
1438 * ICD is shared among ULPs. Use icd_count of any one loaded ULP in beiscsi_get_fw_config()
1459 * Check FW is dual ULP aware i.e. can handle either in beiscsi_get_fw_config()
1733 * @ulp: ULP number.
1739 int beiscsi_cmd_iscsi_cleanup(struct beiscsi_hba *phba, unsigned short ulp) in beiscsi_cmd_iscsi_cleanup() argument
1751 hdr_ring_id = HWI_GET_DEF_HDRQ_ID(phba, ulp); in beiscsi_cmd_iscsi_cleanup()
1752 data_ring_id = HWI_GET_DEF_BUFQ_ID(phba, ulp); in beiscsi_cmd_iscsi_cleanup()
1758 req->chute = (1 << ulp); in beiscsi_cmd_iscsi_cleanup()
1769 req_v1->chute = (1 << ulp); in beiscsi_cmd_iscsi_cleanup()
1777 "BG_%d : %s failed %d\n", __func__, ulp); in beiscsi_cmd_iscsi_cleanup()