Home
last modified time | relevance | path

Searched refs:max_connect (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/cxgbi/
Dlibcxgbi.c88 pmap->max_connect = max_conn; in cxgbi_device_portmap_create()
101 for (i = 0; i < pmap->max_connect; i++) { in cxgbi_device_portmap_cleanup()
125 if (cdev->pmap.max_connect) in cxgbi_device_destroy()
415 if (!pmap->max_connect || !pmap->used) in find_sock_on_port()
420 for (i = 0; used && i < pmap->max_connect; i++) { in find_sock_on_port()
444 if (!pmap->max_connect) { in sock_get_port()
462 if (pmap->used >= pmap->max_connect) { in sock_get_port()
471 if (++idx >= pmap->max_connect) in sock_get_port()
512 if (idx < 0 || idx >= pmap->max_connect) { in sock_put_port()
Dlibcxgbi.h447 unsigned int max_connect; member