Searched refs:header_in_data (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_uc.c247 int header_in_data; local
258 header_in_data = 0;
268 header_in_data = dev->dd->ipath_rcvhdrentsize == 16;
269 if (header_in_data) {
378 if (header_in_data) {
430 if (!header_in_data)
504 if (header_in_data) {
H A Dipath_rc.c1062 * @header_in_data: true if part of the header data is in the data buffer
1074 int header_in_data)
1094 if (!header_in_data)
1114 if (!header_in_data)
1123 if (!header_in_data) {
1226 if (!header_in_data)
1276 * @header_in_data: true if part of the header data is in the data buffer
1291 int header_in_data)
1364 if (!header_in_data)
1488 int header_in_data; local
1068 ipath_rc_rcv_resp(struct ipath_ibdev *dev, struct ipath_other_headers *ohdr, void *data, u32 tlen, struct ipath_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, int header_in_data) argument
1284 ipath_rc_rcv_error(struct ipath_ibdev *dev, struct ipath_other_headers *ohdr, void *data, struct ipath_qp *qp, u32 opcode, u32 psn, int diff, int header_in_data) argument
[all...]
H A Dipath_ud.c516 int header_in_data; local
524 header_in_data = 0;
533 header_in_data = dev->dd->ipath_rcvhdrentsize == 16;
534 if (header_in_data) {
603 if (header_in_data) {

Completed in 27 milliseconds