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()356 cp->cp_xmit_hdr_off, in rds_send_xmit()362 if (cp->cp_xmit_hdr_off < sizeof(struct rds_header)) { in rds_send_xmit()365 cp->cp_xmit_hdr_off); in rds_send_xmit()366 cp->cp_xmit_hdr_off += tmp; in rds_send_xmit()385 if (cp->cp_xmit_hdr_off == sizeof(struct rds_header) && in rds_send_xmit()398 cp->cp_xmit_hdr_off = 0; in rds_send_xmit()
108 unsigned int cp_xmit_hdr_off; member