Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnvme-fc-driver.h450 int nvme_fc_unregister_remoteport(struct nvme_fc_remote_port *remoteport);
452 void nvme_fc_rescan_remoteport(struct nvme_fc_remote_port *remoteport);
454 int nvme_fc_set_remoteport_devloss(struct nvme_fc_remote_port *remoteport,
/linux-4.19.296/drivers/isdn/mISDN/
Dl1oip_core.c254 static u_int remoteport[MAX_CARDS]; variable
267 module_param_array(remoteport, uint, NULL, S_IRUGO | S_IWUSR);
689 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); in l1oip_socket_thread()
960 hc->remoteport = cq->p2 & 0xffff; in channel_dctrl()
962 if (!hc->remoteport) in channel_dctrl()
963 hc->remoteport = hc->localport; in channel_dctrl()
981 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl()
1376 if (remoteport[l1oip_cnt]) in init_card()
1377 hc->remoteport = remoteport[l1oip_cnt]; in init_card()
1379 hc->remoteport = hc->localport; in init_card()
[all …]
Dl1oip.h77 u16 remoteport; /* must always be set */ member