Searched refs:RX_FRAG (Results 1 – 1 of 1) sorted by relevance
| /linux/net/mctp/test/ |
| H A D | route-test.c | 329 #define RX_FRAG(f, s) RX_HDR(1, 10, 8, FL_TO | (f) | ((s) << MCTP_HDR_SEQ_SHIFT)) macro 335 RX_FRAG(FL_S | FL_E, 0), 343 RX_FRAG(FL_S | FL_E, 1), 351 RX_FRAG(FL_S, 0), 352 RX_FRAG(FL_E, 1), 360 RX_FRAG(FL_S, 1), 361 RX_FRAG(FL_E, 2), 369 RX_FRAG(FL_E, 1), 370 RX_FRAG(FL_S, 0), 378 RX_FRAG(FL_S, 0), [all …]
|