Home
last modified time | relevance | path

Searched refs:sample_status (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/rdma/
Dib_pma.h69 u8 sample_status; /* only lower 2 bits */ member
83 __be16 sample_status; /* only lower 2 bits */ member
89 __be16 sample_status; /* only lower 2 bits */ member
/Linux-v4.19/sound/isa/wavefront/
Dwavefront_synth.c610 dev->sample_status[sample_num] = WF_ST_EMPTY; in wavefront_delete_sample()
641 dev->sample_status[i] = WF_ST_EMPTY; in wavefront_get_sample_status()
645 dev->sample_status[i] = (WF_SLOT_FILLED|rbuf[0]); in wavefront_get_sample_status()
648 dev->sample_status[i] |= WF_SLOT_ROM; in wavefront_get_sample_status()
702 dev->sample_status in wavefront_get_patch_status()
937 if (dev->sample_status[header->number] & WF_SLOT_ROM) { in wavefront_send_sample()
1158 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_SAMPLE); in wavefront_send_sample()
1197 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_ALIAS); in wavefront_send_alias()
1248 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_MULTISAMPLE); in wavefront_send_multisample()
1341 if (!(dev->sample_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_sample()
[all …]
/Linux-v4.19/include/sound/
Dsnd_wavefront.h92 char sample_status[WF_MAX_SAMPLE]; /* WF_ST_* | WF_SLOT_* */ member
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_mad.c1203 p->sample_status = dd->f_portcntr(ppd, QIBPORTCNTR_PSSTAT); in pma_get_portsamplescontrol()
1366 p->sample_status = IB_PMA_SAMPLE_STATUS_DONE; in pma_get_portsamplesresult()
1369 p->sample_status = cpu_to_be16(status); in pma_get_portsamplesresult()
1406 p->sample_status = IB_PMA_SAMPLE_STATUS_DONE; in pma_get_portsamplesresult_ext()
1409 p->sample_status = cpu_to_be16(status); in pma_get_portsamplesresult_ext()