Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h1003 struct lpfc_sglq { struct
1005 struct list_head list;
1006 struct list_head clist;
1007 enum lpfc_sge_type buff_type; /* is this a scsi sgl */
1008 enum lpfc_sgl_state state;
1009 struct lpfc_nodelist *ndlp; /* ndlp associated with IO */
1010 uint16_t iotag; /* pre-assigned IO tag */
1011 uint16_t sli4_lxritag; /* logical pre-assigned xri. */
1012 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */
1013 struct sli4_sge *sgl; /* pre-assigned SGL */
[all …]