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

/drivers/infiniband/hw/ipath/
H A Dipath_uc.c251 int header_in_data; local
262 header_in_data = 0;
272 header_in_data = dev->dd->ipath_rcvhdrentsize == 16;
273 if (header_in_data) {
381 if (header_in_data) {
430 if (!header_in_data)
485 if (header_in_data) {
H A Dipath_rc.c1111 * @header_in_data: true if part of the header data is in the data buffer
1123 int header_in_data)
1148 if (!header_in_data)
1169 if (!header_in_data)
1176 if (!header_in_data) {
1241 if (!header_in_data)
1291 if (!header_in_data)
1327 * @header_in_data: true if part of the header data is in the data buffer
1342 int header_in_data)
1423 if (!header_in_data)
1117 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
1335 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
1582 int header_in_data; local
[all...]
H A Dipath_ud.c420 int header_in_data; local
428 header_in_data = 0;
437 header_in_data = dev->dd->ipath_rcvhdrentsize == 16;
438 if (header_in_data) {
482 if (header_in_data) {

Completed in 132 milliseconds