Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.c77 pmap->sport_base = base; in cxgbi_device_portmap_create()
470 *port = htons(pmap->sport_base + idx); in sock_get_port()
479 pmap->sport_base + idx, pmap->next); in sock_get_port()
504 int idx = ntohs(*port) - pmap->sport_base; in sock_put_port()
523 pmap->sport_base + idx); in sock_put_port()
Dlibcxgbi.h518 unsigned short sport_base; member