Searched refs:h_len (Results 1 - 14 of 14) sorted by relevance

/linux-master/net/rds/
H A Dmessage.c346 rm->m_inc.i_hdr.h_len = cpu_to_be32(total_len);
371 rm->m_inc.i_hdr.h_len = cpu_to_be32(iov_iter_count(from));
427 rm->m_inc.i_hdr.h_len = cpu_to_be32(iov_iter_count(from));
475 len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
H A Drecv.c304 be32_to_cpu(inc->i_hdr.h_len),
381 be32_to_cpu(inc->i_hdr.h_len),
436 -be32_to_cpu(inc->i_hdr.h_len),
714 if (ret < be32_to_cpu(inc->i_hdr.h_len)) {
716 ret = be32_to_cpu(inc->i_hdr.h_len);
770 -be32_to_cpu(inc->i_hdr.h_len),
793 minfo.len = be32_to_cpu(inc->i_hdr.h_len);
822 minfo6.len = be32_to_cpu(inc->i_hdr.h_len);
H A Dloop.c81 be32_to_cpu(rm->m_inc.i_hdr.h_len);
H A Dtcp_recv.c117 if (be32_to_cpu(tinc->ti_inc.i_hdr.h_len) != RDS_CONG_MAP_BYTES)
210 be32_to_cpu(tinc->ti_inc.i_hdr.h_len);
H A Dib_recv.c546 len = be32_to_cpu(inc->i_hdr.h_len);
798 if (be32_to_cpu(ibinc->ii_inc.i_hdr.h_len) != RDS_CONG_MAP_BYTES)
931 ic->i_recv_data_rem = be32_to_cpu(hdr->h_len);
942 hdr->h_len != ihdr->h_len ||
H A Dtcp_send.c88 be32_to_cpu(rm->m_inc.i_hdr.h_len) - 1;
H A Dsend.c290 len = ntohl(rm->m_inc.i_hdr.h_len);
474 u32 len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
828 len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
H A Dib_send.c519 if (be32_to_cpu(rm->m_inc.i_hdr.h_len) == 0)
522 i = DIV_ROUND_UP(be32_to_cpu(rm->m_inc.i_hdr.h_len), RDS_FRAG_SIZE);
H A Drds.h209 __be32 h_len; member in struct:rds_header
/linux-master/fs/xfs/
H A Dxfs_log_recover.c476 BTOBB(be32_to_cpu(head->h_len)) + xhdrs)
1162 rhead_blk + hblks + BTOBB(be32_to_cpu(rhead->h_len)));
2447 end = dp + be32_to_cpu(rhead->h_len);
2832 for (i = 0; i < BTOBB(be32_to_cpu(rhead->h_len)) &&
2840 for ( ; i < BTOBB(be32_to_cpu(rhead->h_len)); i++) {
2864 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len));
2933 * and h_len must not be greater than LR buffer size.
2935 hlen = be32_to_cpu(rhead->h_len);
2966 int error = 0, h_size, h_len; local
3012 h_len
[all...]
H A Dxfs_log.c2068 iclog->ic_header.h_len = cpu_to_be32(size);
H A Dxfs_trace.h2238 __entry->len = be32_to_cpu(rhead->h_len);
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw_queues.c528 u32 h_len; local
590 sli_fc_rqe_length(&hw->sli, cqe, &h_len, &p_len);
591 seq->header->dma.len = h_len;
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h167 __be32 h_len; /* len in bytes; should be 64-bit aligned: 4 */ member in struct:xlog_rec_header

Completed in 277 milliseconds