Lines Matching defs:lpfc_sglq
986 struct lpfc_sglq { struct
988 struct list_head list;
989 struct list_head clist;
990 enum lpfc_sge_type buff_type; /* is this a scsi sgl */
991 enum lpfc_sgl_state state;
992 struct lpfc_nodelist *ndlp; /* ndlp associated with IO */
993 uint16_t iotag; /* pre-assigned IO tag */
994 uint16_t sli4_lxritag; /* logical pre-assigned xri. */
995 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */
996 struct sli4_sge *sgl; /* pre-assigned SGL */
997 void *virt; /* virtual address. */
998 dma_addr_t phys; /* physical address */