Searched defs:last_seg (Results 1 – 3 of 3) sorted by relevance
70 #define GPC_START(last_seg) (((last_seg) << 2) | 0x00) argument140 uint8_t last_seg; /* Last segment (to check length) */ member423 static uint8_t last_seg(uint8_t len) in last_seg() function
72 #define GPC_START(last_seg) (((last_seg) << 2) | 0x00) argument170 uint8_t last_seg; /* Last segment (to check length) */ member1518 static uint8_t last_seg(uint8_t len) function
1532 last_seg = FALSE; /* The segment is the last part of data */ in l2c_fcr_get_next_xmit_sdu_seg() local