Searched refs:instruction (Results 1 – 5 of 5) sorted by relevance
| /net/nfc/hci/ |
| A 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() 118 u8 instruction, struct sk_buff *skb) in nfc_hci_hcp_message_rx() argument 122 nfc_hci_resp_received(hdev, instruction, skb); in nfc_hci_hcp_message_rx() 125 nfc_hci_cmd_received(hdev, pipe, instruction, skb); in nfc_hci_hcp_message_rx() 128 nfc_hci_event_received(hdev, pipe, instruction, skb); in nfc_hci_hcp_message_rx() 132 type, instruction); in nfc_hci_hcp_message_rx()
|
| A D | hci.h | 71 u8 type, u8 instruction, 77 u8 instruction, struct sk_buff *skb);
|
| A 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() 858 u8 instruction; in nfc_hci_recv_from_llc() local 911 instruction = HCP_MSG_GET_CMD(packet->message.header); in nfc_hci_recv_from_llc() 914 nfc_hci_hcp_message_rx(hdev, pipe, type, instruction, hcp_skb); in nfc_hci_recv_from_llc()
|
| /net/nfc/nci/ |
| A D | hci.c | 383 u8 type, u8 instruction, struct sk_buff *skb) in nci_hci_hcp_message_rx() argument 390 nci_hci_cmd_received(ndev, pipe, instruction, skb); in nci_hci_hcp_message_rx() 393 nci_hci_event_received(ndev, pipe, instruction, skb); in nci_hci_hcp_message_rx() 397 type, instruction); in nci_hci_hcp_message_rx() 411 u8 pipe, type, instruction; in nci_hci_msg_rx_work() local 419 instruction = NCI_HCP_MSG_GET_CMD(message->header); in nci_hci_msg_rx_work() 423 type, instruction, skb); in nci_hci_msg_rx_work()
|
| /net/netfilter/ |
| A D | Kconfig | 473 provides a pseudo-state machine with an extensible instruction-set
|
Completed in 16 milliseconds