Lines Matching full:menlo
109 struct lpfc_bsg_menlo menlo; member
5087 struct lpfc_bsg_menlo *menlo; in lpfc_bsg_menlo_cmd_cmp() local
5096 menlo = &dd_data->context_un.menlo; in lpfc_bsg_menlo_cmd_cmp()
5097 rmp = menlo->rmp; in lpfc_bsg_menlo_cmd_cmp()
5114 * of a menlo download to allow the data to be sent as a in lpfc_bsg_menlo_cmd_cmp()
5165 * lpfc_menlo_cmd - send an ioctl for menlo hardware
5168 * This function issues a gen request 64 CR ioctl for all menlo cmd requests,
5170 * For menlo data requests a gen request 64 CX is used to continue the exchange
5171 * supplied in the menlo request header xri field.
5214 "2786 Adapter does not support menlo " in lpfc_menlo_cmd()
5309 dd_data->context_un.menlo.cmdiocbq = cmdiocbq; in lpfc_menlo_cmd()
5310 dd_data->context_un.menlo.rmp = rmp; in lpfc_menlo_cmd()
5963 cmdiocb = dd_data->context_un.menlo.cmdiocbq; in lpfc_bsg_timeout()