|
Linux Kernel
3.7.1
|
#include <lpfc_sli.h>
Data Fields | |
| struct list_head | list |
| union { | |
| MAILBOX_t mb | |
| struct lpfc_mqe mqe | |
| } | u |
| struct lpfc_vport * | vport |
| void * | context1 |
| void * | context2 |
| void(* | mbox_cmpl )(struct lpfc_hba *, struct lpfcMboxq *) |
| uint8_t | mbox_flag |
| uint16_t | in_ext_byte_len |
| uint16_t | out_ext_byte_len |
| uint8_t | mbox_offset_word |
| struct lpfc_mcqe | mcqe |
| struct lpfc_mbx_nembed_sge_virt * | sge_array |
Definition at line 108 of file lpfc_sli.h.
| void* context1 |
Definition at line 116 of file lpfc_sli.h.
| void* context2 |
Definition at line 117 of file lpfc_sli.h.
| uint16_t in_ext_byte_len |
Definition at line 121 of file lpfc_sli.h.
Definition at line 110 of file lpfc_sli.h.
| MAILBOX_t mb |
Definition at line 112 of file lpfc_sli.h.
| uint8_t mbox_flag |
Definition at line 120 of file lpfc_sli.h.
| uint8_t mbox_offset_word |
Definition at line 123 of file lpfc_sli.h.
Definition at line 124 of file lpfc_sli.h.
Definition at line 113 of file lpfc_sli.h.
| uint16_t out_ext_byte_len |
Definition at line 122 of file lpfc_sli.h.
| struct lpfc_mbx_nembed_sge_virt* sge_array |
Definition at line 125 of file lpfc_sli.h.
| union { ... } u |
Definition at line 115 of file lpfc_sli.h.
1.8.2