Lines Matching defs:instruction
49 u8 header; /* type -cmd,evt,rsp- + instruction */
387 u8 type, u8 instruction, struct sk_buff *skb)
391 nci_hci_resp_received(ndev, pipe, instruction, skb);
394 nci_hci_cmd_received(ndev, pipe, instruction, skb);
397 nci_hci_event_received(ndev, pipe, instruction, skb);
400 pr_err("UNKNOWN MSG Type %d, instruction=%d\n",
401 type, instruction);
415 u8 pipe, type, instruction;
422 instruction = NCI_HCP_MSG_GET_CMD(message->header);
426 type, instruction, skb);