Searched refs:elscmd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_els.c127 * @elscmd: the ELS command code.
151 uint32_t elscmd)
175 ((elscmd == ELS_CMD_FLOGI) ||
176 (elscmd == ELS_CMD_FDISC) ||
177 (elscmd == ELS_CMD_LOGO)))
178 switch (elscmd) {
252 if (elscmd == ELS_CMD_ECHO)
292 elscmd, did, elsiocb->iotag,
299 elscmd, ndlp->nlp_DID, elsiocb->iotag,
2704 uint32_t *elscmd; local
148 lpfc_prep_els_iocb(struct lpfc_vport *vport, uint8_t expectRsp, uint16_t cmdSize, uint8_t retry, struct lpfc_nodelist *ndlp, uint32_t did, uint32_t elscmd) argument
[all...]
H A Dlpfc_bsg.c512 uint32_t elscmd; local
549 elscmd = job->request->rqst_data.r_els.els_code;
563 ndlp->nlp_DID, elscmd);

Completed in 72 milliseconds