Searched defs:lpfc_sglq (Results 1 – 1 of 1) sorted by relevance
935 struct lpfc_sglq { struct937 struct list_head list;938 struct list_head clist;939 enum lpfc_sge_type buff_type; /* is this a scsi sgl */940 enum lpfc_sgl_state state;941 struct lpfc_nodelist *ndlp; /* ndlp associated with IO */942 uint16_t iotag; /* pre-assigned IO tag */943 uint16_t sli4_lxritag; /* logical pre-assigned xri. */944 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */945 struct sli4_sge *sgl; /* pre-assigned SGL */[all …]