Searched refs:RX_FRAG (Results 1 – 1 of 1) sorted by relevance
| /linux/net/mctp/test/ |
| H A D | route-test.c | 339 #define RX_FRAG(f, s) RX_HDR(1, 10, 8, FL_TO | (f) | ((s) << MCTP_HDR_SEQ_SHIFT)) macro 345 RX_FRAG(FL_S | FL_E, 0), 353 RX_FRAG(FL_S | FL_E, 1), 361 RX_FRAG(FL_S, 0), 362 RX_FRAG(FL_E, 1), 370 RX_FRAG(FL_S, 1), 371 RX_FRAG(FL_E, 2), 379 RX_FRAG(FL_E, 1), 380 RX_FRAG(FL_S, 0), 388 RX_FRAG(FL_S, 0), [all …]
|