Home
last modified time | relevance | path

Searched refs:num_rings (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_sli.h262 uint32_t num_rings; member
Dlpfc_mbox.c948 pcbp->maxRing = (psli->num_rings - 1); in lpfc_config_pcb_setup()
950 for (i = 0; i < psli->num_rings; i++) { in lpfc_config_pcb_setup()
1392 for (i = 0; i < phba->sli.num_rings; i++) { in lpfc_config_port()
Dlpfc_init.c523 if (psli->num_rings > 0) in lpfc_config_port_post()
525 if (psli->num_rings > 1) in lpfc_config_port_post()
527 if (psli->num_rings > 2) in lpfc_config_port_post()
529 if (psli->num_rings > 3) in lpfc_config_port_post()
833 for (i = 0; i < psli->num_rings; i++) { in lpfc_hba_down_post_s3()
Dlpfc_sli.c1224 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_ring_map()
3851 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_brdreset()
8513 psli->num_rings = MAX_CONFIGURED_RINGS; in lpfc_sli_setup()
8523 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_setup()
8646 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_queue_setup()
8740 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_host_down()
8812 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_hba_down()
9327 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_hba_iocb_abort()
Dlpfc_attr.c693 for (i = 0; i < psli->num_rings; i++) { in lpfc_do_offline()
Dlpfc_hbadisc.c4297 for (i = 0; i < psli->num_rings; i++) { in lpfc_no_rpi()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbnx2.c5142 int num_rings) in bnx2_init_rxbd_rings() argument
5147 for (i = 0; i < num_rings; i++) { in bnx2_init_rxbd_rings()
5155 if (i == (num_rings - 1)) in bnx2_init_rxbd_rings()
5299 u32 max, num_rings = 1; in bnx2_find_max_ring() local
5303 num_rings++; in bnx2_find_max_ring()
5307 while ((max & num_rings) == 0) in bnx2_find_max_ring()
5310 if (num_rings != max) in bnx2_find_max_ring()