Searched refs:is_header (Results 1 – 8 of 8) sorted by relevance
/drivers/media/usb/uvc/ |
D | uvc_isight.c | 50 int is_header = 0; in isight_decode() local 58 is_header = 1; in isight_decode() 63 if (!is_header) { in isight_decode() 77 if (is_header && buf->bytesused != 0) { in isight_decode() 85 if (!is_header) { in isight_decode()
|
/drivers/scsi/be2iscsi/ |
D | be_main.c | 1608 *pasync_ctx, unsigned int is_header, in hwi_get_async_busy_list() argument 1611 if (is_header) in hwi_get_async_busy_list() 1627 unsigned char is_header = 0; in hwi_get_async_handle() local 1655 is_header = 1; in hwi_get_async_handle() 1658 is_header, index); in hwi_get_async_handle() 1662 is_header, index); in hwi_get_async_handle() 1684 pasync_handle->is_header = is_header; in hwi_get_async_handle() 1694 unsigned int is_header, unsigned int cq_index) in hwi_update_async_writables() argument 1702 if (is_header) { in hwi_update_async_writables() 1714 pbusy_list = hwi_get_async_busy_list(pasync_ctx, is_header, in hwi_update_async_writables() [all …]
|
D | be_cmds.c | 1148 int entry_size, uint8_t is_header, in be_cmd_create_default_pdu_queue() argument 1214 if (is_header) in be_cmd_create_default_pdu_queue()
|
D | be_main.h | 598 unsigned char is_header; member
|
D | be_cmds.h | 761 int entry_size, uint8_t is_header,
|
/drivers/tty/hvc/ |
D | hvsi.c | 163 static inline int is_header(const uint8_t *packet) in is_header() function 425 if (!is_header(packet)) { in hvsi_load_chunk() 428 while ((packet < hp->inbuf_end) && (!is_header(packet))) in hvsi_load_chunk()
|
/drivers/s390/net/ |
D | qeth_core.h | 450 int is_header[16]; member
|
D | qeth_core_main.c | 1273 if (buf->buffer->element[i].addr && buf->is_header[i]) in qeth_clear_output_buffer() 1276 buf->is_header[i] = 0; in qeth_clear_output_buffer() 3997 buf->is_header[element] = 1; in qeth_fill_buffer()
|