Searched defs:lpfcMboxq (Results 1 – 1 of 1) sorted by relevance
177 typedef struct lpfcMboxq { struct179 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 *); argument210 uint8_t mbox_flag;211 uint16_t in_ext_byte_len;212 uint16_t out_ext_byte_len;[all …]