Searched refs:startq (Results 1 – 3 of 3) sorted by relevance
90 u32 startq; in nfp_netvf_pci_probe() local 185 startq = readl(ctrl_bar + NFP_NET_CFG_START_TXQ); in nfp_netvf_pci_probe() 186 tx_bar_off = nfp_qcp_queue_offset(dev_info, startq); in nfp_netvf_pci_probe() 187 startq = readl(ctrl_bar + NFP_NET_CFG_START_RXQ); in nfp_netvf_pci_probe() 188 rx_bar_off = nfp_qcp_queue_offset(dev_info, startq); in nfp_netvf_pci_probe()
1078 void lpfc_modify_hba_eq_delay(struct lpfc_hba *phba, uint32_t startq,
15926 * @startq: The starting EQ index to modify15935 * The @phba struct is used to send a mailbox command to HBA. The @startq15947 lpfc_modify_hba_eq_delay(struct lpfc_hba *phba, uint32_t startq, in lpfc_modify_hba_eq_delay() argument 15959 if (startq >= phba->cfg_irq_chann) in lpfc_modify_hba_eq_delay() 15971 for (qidx = startq; qidx < phba->cfg_irq_chann; qidx++) { in lpfc_modify_hba_eq_delay() 16007 for (qidx = startq; qidx < phba->cfg_irq_chann; qidx++) { in lpfc_modify_hba_eq_delay()