Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.c68 pmap->port_csk = cxgbi_alloc_big_mem(max_conn * in cxgbi_device_portmap_create()
71 if (!pmap->port_csk) { in cxgbi_device_portmap_create()
90 if (pmap->port_csk[i]) { in cxgbi_device_portmap_cleanup()
91 csk = pmap->port_csk[i]; in cxgbi_device_portmap_cleanup()
92 pmap->port_csk[i] = NULL; in cxgbi_device_portmap_cleanup()
119 cxgbi_free_big_mem(cdev->pmap.port_csk); in cxgbi_device_destroy()
416 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port()
468 if (!pmap->port_csk[idx]) { in sock_get_port()
472 pmap->port_csk[idx] = csk; in sock_get_port()
516 pmap->port_csk[idx] = NULL; in sock_put_port()
Dlibcxgbi.h521 struct cxgbi_sock **port_csk; member