HomeSort by relevance Sort by last modified time
    Searched full:snd_q (Results 1 - 7 of 7) sorted by null

  /external/kernel-headers/original/uapi/linux/
ax25.h 96 unsigned int rcv_q, snd_q; member in struct:ax25_info_struct_deprecated
106 unsigned int rcv_q, snd_q; member in struct:ax25_info_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ax25.h 95 unsigned int rcv_q, snd_q; member in struct:ax25_info_struct_deprecated
105 unsigned int rcv_q, snd_q; member in struct:ax25_info_struct
  /bionic/libc/kernel/uapi/linux/
ax25.h 91 unsigned int rcv_q, snd_q; member in struct:ax25_info_struct_deprecated
100 unsigned int rcv_q, snd_q; member in struct:ax25_info_struct
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_fw_parser_fw_ipc.h 93 FW_IPC_SendQue snd_q[CONFIG_IPC_HOST_MAX_RX_QUEUES]; member in struct:__anon47328
133 int FwIPC_SpaceAvailForMessage(FW_IPC_Handle *fwipc, FW_IPC_SendQue *snd_q, unsigned int message_size, unsigned int *bytes);
168 @param[in] snd_q : Send queue that needs to be initialized.
171 void FWIPC_SendQueue_Init(FW_IPC_Handle *fwipc, FW_IPC_SendQue *snd_q, void *snd_circbuf );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netax25/
ax25.h 121 unsigned int rcv_q, snd_q; member in struct:ax25_info_struct
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_flush.c 50 if(ipc_mq_write_avail(&fwipc->snd_q[stream_id].mq,&pos) >= workloads_in_input_q)
main.c 98 output_avail = FwIPC_SpaceAvailForMessage(fwipc, &fwipc->snd_q[indx], CONFIG_IPC_MESSAGE_MAX_SIZE, &pos) >= 2;
281 output_avail = ipc_mq_read_avail(&fwipc->snd_q[indx].mq, (int32_t *)&pos);

Completed in 772 milliseconds