Home
last modified time | relevance | path

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

/external/libese/libese-teq1/
Dteq1.c251 struct Teq1Frame *tx_frame, in teq1_frame_error_check() argument
267 switch (bs_get(PCB.type, tx_frame->header.PCB)) { in teq1_frame_error_check()
270 chained = bs_get(PCB.I.more_data, tx_frame->header.PCB); in teq1_frame_error_check()
272 bs_get(PCB.I.send_seq, tx_frame->header.PCB); in teq1_frame_error_check()
312 enum RuleResult teq1_rules(struct Teq1State *state, struct Teq1Frame *tx_frame, in teq1_rules() argument
319 uint16_t txrx = TEQ1_RULE(tx_frame->header.PCB, rx_frame->header.PCB); in teq1_rules()
324 if ((R_err = teq1_frame_error_check(state, tx_frame, rx_frame)) != 0) { in teq1_rules()
328 txrx = TEQ1_RULE(tx_frame->header.PCB, 255); in teq1_rules()
337 if (tx_frame->header.PCB != S(RESYNC, REQUEST)) { in teq1_rules()
445 bs_get(PCB.I.send_seq, tx_frame->header.PCB)); in teq1_rules()
[all …]
Dteq1_private.h118 struct Teq1Frame *tx_frame,
121 struct Teq1Frame *tx_frame,