Lines Matching defs:group
222 int group = tag >> 5;
225 spin_lock(&port->cmd_issue_lock[group]);
230 spin_unlock(&port->cmd_issue_lock[group]);
475 int group, tagmap_len = 0;
478 for (group = SLOTBITS_IN_LONGS; group > 0; group--)
480 tagbits[group-1]);
509 int group, tag, bit, reissue, rv;
535 for (group = 0; group < dd->slot_groups; group++) {
536 completed = readl(port->completed[group]);
538 dev_warn(&dd->pdev->dev, "g=%u, comp=%x\n", group, completed);
541 writel(completed, port->completed[group]);
547 tag = (group << 5) + bit;
603 for (group = 0; group < dd->slot_groups; group++) {
606 tag = (group << 5) + bit;
658 static inline void mtip_workq_sdbfx(struct mtip_port *port, int group,
670 writel(completed, port->completed[group]);
675 tag = (group << 5) | bit;
701 int group = MTIP_TAG_INDEX(MTIP_TAG_INTERNAL);
702 int status = readl(port->cmd_issue[group]);
765 /* Start at 1: group zero is always local? */