Lines Matching refs:remoteport
252 static u_int remoteport[MAX_CARDS]; variable
265 module_param_array(remoteport, uint, NULL, S_IRUGO | S_IWUSR);
686 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); in l1oip_socket_thread()
961 hc->remoteport = cq->p2 & 0xffff; in channel_dctrl()
963 if (!hc->remoteport) in channel_dctrl()
964 hc->remoteport = hc->localport; in channel_dctrl()
982 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl()
1374 if (remoteport[l1oip_cnt]) in init_card()
1375 hc->remoteport = remoteport[l1oip_cnt]; in init_card()
1377 hc->remoteport = hc->localport; in init_card()
1384 hc->remoteport, hc->ondemand); in init_card()