Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c72 pmap->port_csk = cxgbi_alloc_big_mem(max_conn * in cxgbi_device_portmap_create()
75 if (!pmap->port_csk) { in cxgbi_device_portmap_create()
94 if (pmap->port_csk[i]) { in cxgbi_device_portmap_cleanup()
95 csk = pmap->port_csk[i]; in cxgbi_device_portmap_cleanup()
96 pmap->port_csk[i] = NULL; in cxgbi_device_portmap_cleanup()
123 cxgbi_free_big_mem(cdev->pmap.port_csk); in cxgbi_device_destroy()
420 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port()
472 if (!pmap->port_csk[idx]) { in sock_get_port()
476 pmap->port_csk[idx] = csk; in sock_get_port()
520 pmap->port_csk[idx] = NULL; in sock_put_port()
Dlibcxgbi.h523 struct cxgbi_sock **port_csk; member