Lines Matching defs:lpfc_sglq
734 struct lpfc_sglq { struct
736 struct list_head list;
737 struct list_head clist;
738 enum lpfc_sge_type buff_type; /* is this a scsi sgl */
739 enum lpfc_sgl_state state;
740 struct lpfc_nodelist *ndlp; /* ndlp associated with IO */
741 uint16_t iotag; /* pre-assigned IO tag */
742 uint16_t sli4_lxritag; /* logical pre-assigned xri. */
743 uint16_t sli4_xritag; /* pre-assigned XRI, (OXID) tag. */
744 struct sli4_sge *sgl; /* pre-assigned SGL */
745 void *virt; /* virtual address. */
746 dma_addr_t phys; /* physical address */