Lines Matching defs:offset
6284 *@offset: HBA phy bit offset
6290 int index, u8 port_count, int offset)
6299 if (port_table[i].phy_mask & (1 << offset)) {
6301 ioc, sas_node, &sas_node->phy[offset]);
6307 port_table[index].phy_mask |= (1 << offset);
6325 u32 phy_mask, offset = 0;
6330 for (offset = 0; offset < ioc->sas_hba.num_phys; offset++) {
6331 if (phy_mask & (1 << offset)) {
6332 if (!(port_table[index].phy_mask & (1 << offset))) {
6335 offset);
6338 if (sas_node->phy[offset].phy_belongs_to_port)
6340 ioc, sas_node, &sas_node->phy[offset]);
6342 ioc, sas_node, &sas_node->phy[offset],
11892 int i, qoff, offset;
11902 offset = 0;
11906 offset = ioc->high_iops_queues;
11919 blk_mq_pci_map_queues(map, ioc->pdev, offset);