Searched defs:leapraid_sas_dev (Results 1 – 1 of 1) sorted by relevance
1110 struct leapraid_sas_dev { struct1111 struct list_head list;1112 struct scsi_target *starget;1113 struct leapraid_card_port *card_port;1114 struct sas_rphy *rphy;1115 struct kref refcnt;1139 kfree(container_of(ref, struct leapraid_sas_dev, refcnt)); in leapraid_sdev_free() argument