Home
last modified time | relevance | path

Searched defs:lpfcMboxq (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h177 typedef struct lpfcMboxq { struct
179 struct list_head list; /* ptr to next mailbox command */
180 union {
183 } u;
184 struct lpfc_vport *vport; /* virtual port pointer */
185 struct lpfc_nodelist *ctx_ndlp; /* caller ndlp pointer */
209 void (*mbox_cmpl) (struct lpfc_hba *, struct lpfcMboxq *); argument
210 uint8_t mbox_flag;
211 uint16_t in_ext_byte_len;
212 uint16_t out_ext_byte_len;
[all …]