Searched refs:startq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_netvf_main.c | 77 u32 startq; in nfp_netvf_pci_probe() local 169 startq = readl(ctrl_bar + NFP_NET_CFG_START_TXQ); in nfp_netvf_pci_probe() 170 tx_bar_off = NFP_PCIE_QUEUE(startq); in nfp_netvf_pci_probe() 171 startq = readl(ctrl_bar + NFP_NET_CFG_START_RXQ); in nfp_netvf_pci_probe() 172 rx_bar_off = NFP_PCIE_QUEUE(startq); in nfp_netvf_pci_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_netvf_main.c | 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()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 1062 void lpfc_modify_hba_eq_delay(struct lpfc_hba *phba, uint32_t startq,
|
H A D | lpfc_sli.c | 14970 * @startq: The starting EQ index to modify 14979 * The @phba struct is used to send a mailbox command to HBA. The @startq 14991 lpfc_modify_hba_eq_delay(struct lpfc_hba *phba, uint32_t startq, in lpfc_modify_hba_eq_delay() argument 15003 if (startq >= phba->cfg_irq_chann) in lpfc_modify_hba_eq_delay() 15015 for (qidx = startq; qidx < phba->cfg_irq_chann; qidx++) { in lpfc_modify_hba_eq_delay() 15051 for (qidx = startq; qidx < phba->cfg_irq_chann; qidx++) { in lpfc_modify_hba_eq_delay()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 1078 void lpfc_modify_hba_eq_delay(struct lpfc_hba *phba, uint32_t startq,
|
H A D | lpfc_sli.c | 15931 * @startq: The starting EQ index to modify 15940 * The @phba struct is used to send a mailbox command to HBA. The @startq 15952 lpfc_modify_hba_eq_delay(struct lpfc_hba *phba, uint32_t startq, in lpfc_modify_hba_eq_delay() argument 15964 if (startq >= phba->cfg_irq_chann) in lpfc_modify_hba_eq_delay() 15976 for (qidx = startq; qidx < phba->cfg_irq_chann; qidx++) { in lpfc_modify_hba_eq_delay() 16012 for (qidx = startq; qidx < phba->cfg_irq_chann; qidx++) { in lpfc_modify_hba_eq_delay()
|
Completed in 63 milliseconds