Home
last modified time | relevance | path

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

/linux-4.1.27/net/nfc/nci/
Drsp.c292 nci_opcode_gid(rsp_opcode), in nci_rsp_packet()
Dcore.c1152 hdr->gid = nci_opcode_gid(opcode); in nci_send_cmd()
1270 nci_opcode_gid(nci_opcode(skb->data)), in nci_cmd_work()
Dntf.c754 nci_opcode_gid(ntf_opcode), in nci_ntf_packet()
/linux-4.1.27/include/net/nfc/
Dnci.h189 #define nci_opcode_gid(op) (__u8)(((op)&0x0f00)>>8) macro