|
@@ -2042,7 +2042,8 @@ lpfc_sli4_set_fcf_flogi_fail(struct lpfc_hba *phba, uint16_t fcf_index)
|
|
|
* returns:
|
|
|
* 0=success 1=failure
|
|
|
**/
|
|
|
-int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba, uint16_t fcf_index,
|
|
|
+static int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba,
|
|
|
+ uint16_t fcf_index,
|
|
|
struct fcf_record *new_fcf_record)
|
|
|
{
|
|
|
uint16_t current_fcf_pri;
|
|
@@ -2678,7 +2679,7 @@ out:
|
|
|
*
|
|
|
* This function handles completion of init vfi mailbox command.
|
|
|
*/
|
|
|
-void
|
|
|
+static void
|
|
|
lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
|
|
|
{
|
|
|
struct lpfc_vport *vport = mboxq->vport;
|
|
@@ -4438,7 +4439,7 @@ lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
|
|
|
* This function will issue an ELS LOGO command after completing
|
|
|
* the UNREG_RPI.
|
|
|
**/
|
|
|
-void
|
|
|
+static void
|
|
|
lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
|
|
|
{
|
|
|
struct lpfc_vport *vport = pmb->vport;
|