Lines Matching +full:sierra +full:- +full:phy
2 * PMC-Sierra PM8001/8081/8088/8089 SAS/SATA based host adapters driver
4 * Copyright (c) 2008-2009 USI Co., Ltd.
18 * 3. Neither the names of the above-listed copyright holders nor the names
50 #include <linux/dma-mapping.h>
75 pm8001_ha->name, __func__, __LINE__, ##__VA_ARGS__)
79 if (unlikely((HBA)->logging_level & PM8001_##level##_LOGGING)) \
88 #define IS_SPCV_12G(dev) ((dev->device == 0X8074) \
89 || (dev->device == 0X8076) \
90 || (dev->device == 0X8077) \
91 || (dev->device == 0X8070) \
92 || (dev->device == 0X8072))
164 /* bit31-26 - mask bar */
166 /* bit25-0 - offset mask */
225 #define PM8001_CHIP_DISP (pm8001_ha->chip->dispatch)
276 __le64 addr; /* 64-bit buffer address */
277 struct pm8001_prd_imt im_len; /* 64-bit length */
473 spinlock_t lock;/* host-wide lock */
494 /*MPI SAS PHY attributes Queue Config Table Addr*/
502 /* MPI SAS PHY attributes */
511 struct pm8001_phy phy[PM8001_MAX_PHYS]; member
622 u8 inProgress;/*if 1 - the IOCTL request is in
700 void pm8001_get_lrate_mode(struct pm8001_phy *phy, u8 link_rate);
701 void pm8001_get_attached_sas_addr(struct pm8001_phy *phy, u8 *sas_addr);
721 u32 phy, u32 length, u32 *buf);
738 spin_unlock(&pm8001_ha->lock); in pm8001_ccb_task_free_done()
739 task->task_done(task); in pm8001_ccb_task_free_done()
740 spin_lock(&pm8001_ha->lock); in pm8001_ccb_task_free_done()