Home
last modified time | relevance | path

Searched refs:term_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c883 union iwarp_hdr term_info; in siw_proc_terminate() local
884 u8 *infop = (u8 *)&term_info; in siw_proc_terminate()
913 memset(infop, 0, sizeof(term_info)); in siw_proc_terminate()
917 op = __rdmap_get_opcode(&term_info.ctrl); in siw_proc_terminate()
936 op, be16_to_cpu(term_info.ctrl.mpa_len), in siw_proc_terminate()
940 op, be16_to_cpu(term_info.ctrl.mpa_len), in siw_proc_terminate()
H A Dsiw.h464 } term_info; member