Home
last modified time | relevance | path

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

/openbmc/linux/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()