Home
last modified time | relevance | path

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

/drivers/scsi/cxgb3i/
Dcxgb3i_offload.c63 static unsigned int cxgb3_sport_base = 20000; variable
64 module_param(cxgb3_sport_base, uint, 0644);
65 MODULE_PARM_DESC(cxgb3_sport_base, "starting port number (default=20000)");
98 idx = ntohs(c3cn->saddr.sin_port) - cxgb3_sport_base; in c3cn_get_port()
112 c3cn->saddr.sin_port = htons(cxgb3_sport_base + idx); in c3cn_get_port()
116 cxgb3_sport_base + idx); in c3cn_get_port()
130 int idx = ntohs(c3cn->saddr.sin_port) - cxgb3_sport_base; in c3cn_put_port()
137 cdata->cdev->name, cxgb3_sport_base + idx); in c3cn_put_port()