Searched refs:instruction (Results 1 – 5 of 5) sorted by relevance
/net/nfc/hci/ |
D | hcp.c | 22 u8 type, u8 instruction, in nfc_hci_hcp_message_tx() argument 75 packet->message.header = HCP_HEADER(type, instruction); in nfc_hci_hcp_message_tx() 120 u8 instruction, struct sk_buff *skb) in nfc_hci_hcp_message_rx() argument 124 nfc_hci_resp_received(hdev, instruction, skb); in nfc_hci_hcp_message_rx() 127 nfc_hci_cmd_received(hdev, pipe, instruction, skb); in nfc_hci_hcp_message_rx() 130 nfc_hci_event_received(hdev, pipe, instruction, skb); in nfc_hci_hcp_message_rx() 134 type, instruction); in nfc_hci_hcp_message_rx()
|
D | hci.h | 71 u8 type, u8 instruction, 77 u8 instruction, struct sk_buff *skb);
|
D | core.c | 134 u8 instruction; in nfc_hci_msg_rx_work() local 141 instruction = HCP_MSG_GET_CMD(message->header); in nfc_hci_msg_rx_work() 144 nfc_hci_hcp_message_rx(hdev, pipe, type, instruction, skb); in nfc_hci_msg_rx_work() 845 u8 instruction; in nfc_hci_recv_from_llc() local 898 instruction = HCP_MSG_GET_CMD(packet->message.header); in nfc_hci_recv_from_llc() 901 nfc_hci_hcp_message_rx(hdev, pipe, type, instruction, hcp_skb); in nfc_hci_recv_from_llc()
|
/net/nfc/nci/ |
D | hci.c | 387 u8 type, u8 instruction, struct sk_buff *skb) in nci_hci_hcp_message_rx() argument 391 nci_hci_resp_received(ndev, pipe, instruction, skb); in nci_hci_hcp_message_rx() 394 nci_hci_cmd_received(ndev, pipe, instruction, skb); in nci_hci_hcp_message_rx() 397 nci_hci_event_received(ndev, pipe, instruction, skb); in nci_hci_hcp_message_rx() 401 type, instruction); in nci_hci_hcp_message_rx() 415 u8 pipe, type, instruction; in nci_hci_msg_rx_work() local 422 instruction = NCI_HCP_MSG_GET_CMD(message->header); in nci_hci_msg_rx_work() 426 type, instruction, skb); in nci_hci_msg_rx_work()
|
/net/netfilter/ |
D | Kconfig | 448 provides a pseudo-state machine with an extensible instruction-set
|