Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/usnic_direct/
H A Dusd_ib_cmd.h66 int usd_ib_cmd_create_comp_channel(struct usd_device *dev, int *comp_fd_o);
H A Dusd_queues.c1353 int usd_get_completion_fd(struct usd_device *dev, int *comp_fd_o) in usd_get_completion_fd() argument
1355 if (dev == NULL || comp_fd_o == NULL) in usd_get_completion_fd()
1358 return usd_ib_cmd_create_comp_channel(dev, comp_fd_o); in usd_get_completion_fd()
H A Dusd_ib_cmd.c1003 int *comp_fd_o) in usd_ib_cmd_create_comp_channel() argument
1029 *comp_fd_o = irp->fd; in usd_ib_cmd_create_comp_channel()
H A Dusnic_direct.h353 int usd_get_completion_fd(struct usd_device *dev, int *comp_fd_o);