Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxgbi/
Dlibcxgbi.c80 pmap->port_csk = cxgbi_alloc_big_mem(max_conn * in cxgbi_device_portmap_create()
83 if (!pmap->port_csk) { in cxgbi_device_portmap_create()
102 if (pmap->port_csk[i]) { in cxgbi_device_portmap_cleanup()
103 csk = pmap->port_csk[i]; in cxgbi_device_portmap_cleanup()
104 pmap->port_csk[i] = NULL; in cxgbi_device_portmap_cleanup()
126 cxgbi_free_big_mem(cdev->pmap.port_csk); in cxgbi_device_destroy()
423 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port()
475 if (!pmap->port_csk[idx]) { in sock_get_port()
479 pmap->port_csk[idx] = csk; in sock_get_port()
523 pmap->port_csk[idx] = NULL; in sock_put_port()
Dlibcxgbi.h448 struct cxgbi_sock **port_csk; member