Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c80 pmap->port_csk = kvzalloc(array_size(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()
127 kvfree(cdev->pmap.port_csk); in cxgbi_device_destroy()
424 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port()
476 if (!pmap->port_csk[idx]) { in sock_get_port()
480 pmap->port_csk[idx] = csk; in sock_get_port()
524 pmap->port_csk[idx] = NULL; in sock_put_port()
H A Dlibcxgbi.h466 struct cxgbi_sock **port_csk; member
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2428 if (pmap->port_csk[i]) { in cxgb4_dcb_change_notify()
2429 struct cxgbi_sock *csk = pmap->port_csk[i]; in cxgb4_dcb_change_notify()