Home
last modified time | relevance | path

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

/Linux-v5.4/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()
421 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port()
473 if (!pmap->port_csk[idx]) { in sock_get_port()
477 pmap->port_csk[idx] = csk; in sock_get_port()
521 pmap->port_csk[idx] = NULL; in sock_put_port()
Dlibcxgbi.h452 struct cxgbi_sock **port_csk; member
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c2303 if (pmap->port_csk[i]) { in cxgb4_dcb_change_notify()
2304 struct cxgbi_sock *csk = pmap->port_csk[i]; in cxgb4_dcb_change_notify()