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()454 cp->cp_xmit_hdr_off, in rds_send_xmit()460 if (cp->cp_xmit_hdr_off < sizeof(struct rds_header)) { in rds_send_xmit()463 cp->cp_xmit_hdr_off); in rds_send_xmit()464 cp->cp_xmit_hdr_off += tmp; in rds_send_xmit()483 if (cp->cp_xmit_hdr_off == sizeof(struct rds_header) && in rds_send_xmit()496 cp->cp_xmit_hdr_off = 0; in rds_send_xmit()
106 unsigned int cp_xmit_hdr_off; member