Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_sli.h260 uint32_t num_rings; member
Dlpfc_mbox.c933 pcbp->maxRing = (psli->num_rings - 1); in lpfc_config_pcb_setup()
935 for (i = 0; i < psli->num_rings; i++) { in lpfc_config_pcb_setup()
1373 for (i = 0; i < phba->sli.num_rings; i++) { in lpfc_config_port()
Dlpfc_sli.c1211 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_ring_map()
3830 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_brdreset()
7052 psli->num_rings = MAX_CONFIGURED_RINGS; in lpfc_sli_setup()
7062 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_setup()
7185 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_queue_setup()
7279 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_host_down()
7351 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_hba_down()
7917 for (i = 0; i < psli->num_rings; i++) { in lpfc_sli_hba_iocb_abort()
Dlpfc_init.c515 if (psli->num_rings > 0) in lpfc_config_port_post()
517 if (psli->num_rings > 1) in lpfc_config_port_post()
519 if (psli->num_rings > 2) in lpfc_config_port_post()
521 if (psli->num_rings > 3) in lpfc_config_port_post()
801 for (i = 0; i < psli->num_rings; i++) { in lpfc_hba_down_post_s3()
Dlpfc_attr.c644 for (i = 0; i < psli->num_rings; i++) { in lpfc_do_offline()
Dlpfc_hbadisc.c4060 for (i = 0; i < psli->num_rings; i++) { in lpfc_no_rpi()
/linux-2.6.39/drivers/net/
Dbnx2.c5078 int num_rings) in bnx2_init_rxbd_rings() argument
5083 for (i = 0; i < num_rings; i++) { in bnx2_init_rxbd_rings()
5091 if (i == (num_rings - 1)) in bnx2_init_rxbd_rings()
5235 u32 max, num_rings = 1; in bnx2_find_max_ring() local
5239 num_rings++; in bnx2_find_max_ring()
5243 while ((max & num_rings) == 0) in bnx2_find_max_ring()
5246 if (num_rings != max) in bnx2_find_max_ring()