Lines Matching refs:__u16
75 __u16 omtu;
76 __u16 imtu;
77 __u16 flush_to;
81 __u16 txwin_size;
86 __u16 hci_handle;
478 __u16 head;
479 __u16 tail;
480 __u16 mask;
481 __u16 *list;
502 __u16 dcid;
503 __u16 scid;
505 __u16 imtu;
506 __u16 omtu;
507 __u16 flush_to;
523 __u16 tx_win;
524 __u16 tx_win_max;
525 __u16 ack_win;
527 __u16 retrans_timeout;
528 __u16 monitor_timeout;
529 __u16 mps;
531 __u16 tx_credits;
532 __u16 rx_credits;
547 __u16 next_tx_seq;
548 __u16 expected_ack_seq;
549 __u16 expected_tx_seq;
550 __u16 buffer_seq;
551 __u16 srej_save_reqseq;
552 __u16 last_acked_seq;
553 __u16 frames_sent;
554 __u16 unacked_frames;
556 __u16 sdu_len;
560 __u16 remote_tx_win;
562 __u16 remote_mps;
566 __u16 local_msdu;
573 __u16 remote_msdu;
841 static inline int __seq_offset(struct l2cap_chan *chan, __u16 seq1, __u16 seq2) in __seq_offset()
849 static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq) in __next_seq()
919 int l2cap_add_scid(struct l2cap_chan *chan, __u16 scid);