Searched refs:hdrwords (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c758 * @hdrwords: the number of words in the header
763 int ipath_verbs_send(struct ipath_devdata *dd, u32 hdrwords, argument
771 plen = hdrwords + ((len + 3) >> 2) + 1;
798 __iowrite32_copy(piobuf, hdr, hdrwords - 1);
800 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1);
806 __iowrite32_copy(piobuf, hdr, hdrwords);
807 piobuf += hdrwords;
H A Dipath_verbs.h682 int ipath_verbs_send(struct ipath_devdata *dd, u32 hdrwords,

Completed in 79 milliseconds