Searched defs:subport (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c302 unsigned subport = subport_fp(fp); local
324 } else if (!subport) {
332 tidoff = tidcnt * (subport - 1);
494 * @subport: the subport
508 static int ipath_tid_free(struct ipath_portdata *pd, unsigned subport, argument
531 else if (!subport) {
537 porttid += tidcnt * (subport - 1);
736 * @subport: the subport
743 ipath_manage_rcvq(struct ipath_portdata *pd, unsigned subport, int start_stop) argument
1161 mmap_kvaddr(struct vm_area_struct *vma, u64 pgaddr, struct ipath_portdata *pd, unsigned subport) argument
2159 ipath_port_info(struct ipath_portdata *pd, u16 subport, struct ipath_port_info __user *uinfo) argument
[all...]
H A Dipath_common.h464 __u16 subport; /* subport on unit assigned to caller */ member in struct:ipath_port_info
H A Dipath_kernel.h866 unsigned subport; member in struct:ipath_filedata
945 ((struct ipath_filedata *)(fp)->private_data)->subport

Completed in 33 milliseconds