Lines Matching defs:pci_func

289 	       QLC_83XX_CRB_WIN_FUNC(adapter->ahw->pci_func);
394 if (adapter->ahw->pci_func >= QLC_MAX_LEGACY_FUNC_SUPP) {
396 ahw->pci_func);
472 if (QLC_83XX_INTX_FUNC(intr_val) != adapter->ahw->pci_func) {
484 if (QLC_83XX_INTX_FUNC(intr_val) != ahw->pci_func)
631 adapter->ahw->pci_func = (val >> 24) & 0xff;
641 addr = ahw->pci_base0 + QLC_83XX_SEM_LOCK_FUNC(ahw->pci_func);
647 ahw->pci_func);
661 addr = ahw->pci_base0 + QLC_83XX_SEM_UNLOCK_FUNC(ahw->pci_func);
776 ahw->pci_func);
841 "%s: Mailbox command timed out, cmd_op=0x%x, cmd_type=0x%x, pci_func=0x%x, op_mode=0x%x\n",
842 __func__, opcode, cmd->type, ahw->pci_func, ahw->op_mode);
863 "%s: Mailbox not available, cmd_op=0x%x, cmd_context=0x%x, pci_func=0x%x, op_mode=0x%x\n",
864 __func__, opcode, cmd->type, ahw->pci_func,
873 "%s: Mailbox command timed out, cmd_op=0x%x, cmd_type=0x%x, pci_func=0x%x, op_mode=0x%x\n",
874 __func__, opcode, cmd_type, ahw->pci_func,
886 "%s: Invalid mailbox command, cmd_op=0x%x, cmd_type=0x%x, pci_func=0x%x, op_mode=0x%x\n",
887 __func__, opcode, cmd_type, ahw->pci_func,
2392 cmd.req.arg[1] = (nic->pci_func << 16);
2428 if (func_id != ahw->pci_func) {
2432 cmd.req.arg[1] = ahw->pci_func << 16;
2442 npar_info->pci_func = cmd.rsp.arg[2] & 0xFFFF;
2567 cmd.req.arg[1] |= (adapter->ahw->pci_func << 8) | BIT_16;
3216 u8 pci_func;
3223 pci_func = adapter->portnum;
3225 pci_func = ahw->pci_func;
3227 state = readl(ahw->pci_base0 + QLC_83XX_LINK_STATE(pci_func));
3228 if (!QLC_83xx_FUNC_VAL(state, pci_func)) {
4073 __func__, cmd->cmd_op, cmd->type, ahw->pci_func,
4138 __func__, cmd->cmd_op, cmd->type, ahw->pci_func,