Searched refs:s_wq (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.h383 u8 s_max_sge; /* size of s_wq->sg_list */
405 struct ipath_swqe *s_wq; /* send work queue */ member in struct:ipath_qp
425 * struct ipath_qp.s_wq. This function does the array index computation.
430 return (struct ipath_swqe *)((char *)qp->s_wq +
H A Dipath_qp.c810 qp->s_wq = swq;
945 vfree(qp->s_wq);

Completed in 37 milliseconds