Searched refs:cp_xmit_hdr_off (Results 1 – 3 of 3) sorted by relevance
7 #define c_xmit_hdr_off c_path[0].cp_xmit_hdr_off
82 cp->cp_xmit_hdr_off = 0; in rds_send_path_reset()368 cp->cp_xmit_hdr_off, in rds_send_xmit()374 if (cp->cp_xmit_hdr_off < sizeof(struct rds_header)) { in rds_send_xmit()377 cp->cp_xmit_hdr_off); in rds_send_xmit()378 cp->cp_xmit_hdr_off += tmp; in rds_send_xmit()397 if (cp->cp_xmit_hdr_off == sizeof(struct rds_header) && in rds_send_xmit()410 cp->cp_xmit_hdr_off = 0; in rds_send_xmit()
106 unsigned int cp_xmit_hdr_off; member