Lines Matching refs:cpkt

2544 	amp_hci_cmd_t *cpkt = (amp_hci_cmd_t *)&cbuf.buf[0];
2557 cpkt->opcode = HCI_Read_Link_Quality;
2559 cpkt->opcode = HCI_Read_Local_AMP_Info;
2561 cpkt->opcode = HCI_Read_Local_AMP_ASSOC;
2563 cpkt->opcode = HCI_Write_Remote_AMP_ASSOC;
2565 cpkt->opcode = HCI_Create_Physical_Link;
2567 cpkt->opcode = HCI_Accept_Physical_Link_Request;
2569 cpkt->opcode = HCI_Disconnect_Physical_Link;
2571 cpkt->opcode = HCI_Create_Logical_Link;
2573 cpkt->opcode = HCI_Accept_Logical_Link;
2575 cpkt->opcode = HCI_Disconnect_Logical_Link;
2577 cpkt->opcode = HCI_Logical_Link_Cancel;
2579 cpkt->opcode = HCI_Short_Range_Mode;
2581 cpkt->opcode = HCI_Read_Connection_Accept_Timeout;
2583 cpkt->opcode = HCI_Write_Connection_Accept_Timeout;
2585 cpkt->opcode = HCI_Read_Link_Supervision_Timeout;
2587 cpkt->opcode = HCI_Write_Link_Supervision_Timeout;
2589 cpkt->opcode = HCI_Reset;
2591 cpkt->opcode = HCI_Enhanced_Flush;
2593 cpkt->opcode = HCI_Read_Best_Effort_Flush_Timeout;
2595 cpkt->opcode = HCI_Write_Best_Effort_Flush_Timeout;
2597 cpkt->opcode = HCI_Read_Logical_Link_Accept_Timeout;
2599 cpkt->opcode = HCI_Write_Logical_Link_Accept_Timeout;
2601 cpkt->opcode = HCI_Read_Buffer_Size;
2603 cpkt->opcode = HCI_Read_Data_Block_Size;
2605 cpkt->opcode = HCI_Set_Event_Mask_Page_2;
2607 cpkt->opcode = HCI_Flow_Spec_Modify;
2609 cpkt->opcode = HCI_Read_Local_Version_Info;
2611 cpkt->opcode = HCI_Read_Local_Supported_Commands;
2613 cpkt->opcode = HCI_Read_Failed_Contact_Counter;
2615 cpkt->opcode = HCI_Reset_Failed_Contact_Counter;
2623 cpkt->parms[plen++] = (uint8)strtol(*argv++, NULL, 0);
2625 cpkt->plen = plen;
2627 return dhd_var_setbuf(wl, cmd->name, cpkt, HCI_CMD_PREAMBLE_SIZE + plen);