Home
last modified time | relevance | path

Searched refs:SHDLC_CONTROL_HEAD_S (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/hci/
H A Dllc_shdlc.c76 #define SHDLC_CONTROL_HEAD_S 0xc0 macro
152 *(u8 *)skb_push(skb, 1) = SHDLC_CONTROL_HEAD_S | (sframe_type << 3) | nr; in llc_shdlc_send_s_frame()
484 case SHDLC_CONTROL_HEAD_S: in llc_shdlc_handle_rcv_queue()
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dllc_shdlc.c76 #define SHDLC_CONTROL_HEAD_S 0xc0 macro
152 *(u8 *)skb_push(skb, 1) = SHDLC_CONTROL_HEAD_S | (sframe_type << 3) | nr; in llc_shdlc_send_s_frame()
478 case SHDLC_CONTROL_HEAD_S: in llc_shdlc_handle_rcv_queue()

Completed in 3 milliseconds