Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c81 pmap->sport_base = base; in cxgbi_device_portmap_create()
474 *port = htons(pmap->sport_base + idx); in sock_get_port()
483 pmap->sport_base + idx, pmap->next); in sock_get_port()
508 int idx = ntohs(*port) - pmap->sport_base; in sock_put_port()
527 pmap->sport_base + idx); in sock_put_port()
Dlibcxgbi.h520 unsigned short sport_base; member