Home
last modified time | relevance | path

Searched refs:write_count (Results 1 – 9 of 9) sorted by relevance

/drivers/char/ipmi/
Dipmi_kcs_sm.c131 int write_count; member
149 kcs->write_count = 0; in init_kcs_data()
202 (kcs->write_count)--; in write_next_byte()
271 kcs->write_count = kcs->orig_write_count; in restart_kcs_transaction()
301 kcs->write_count = size; in start_kcs_transaction()
392 if (kcs->write_count == 1) { in kcs_event()
408 if (kcs->write_count == 1) { in kcs_event()
Dipmi_smic_sm.c113 int write_count; member
128 smic->write_count = 0; in init_smic_data()
160 smic->write_count = size; in start_smic_transaction()
239 smic->write_count = smic->orig_write_count; in start_error_recovery()
251 (smic->write_count)--; in write_next_byte()
416 if (smic->write_count == 1) { in smic_event()
439 if (smic->write_count == 1) { in smic_event()
Dipmi_bt_sm.c99 int write_count; member
252 bt->write_count = size + 2; in bt_start_transaction()
344 bt->write_count, bt->seq); in write_all_bytes()
345 for (i = 0; i < bt->write_count; i++) in write_all_bytes()
349 for (i = 0; i < bt->write_count; i++) in write_all_bytes()
/drivers/net/sfc/
Dtx.c157 EFX_BUG_ON_PARANOID(tx_queue->write_count != tx_queue->insert_count); in efx_enqueue_skb()
282 while (tx_queue->insert_count != tx_queue->write_count) { in efx_enqueue_skb()
451 tx_queue->write_count = 0; in efx_init_tx_queue()
468 while (tx_queue->read_count != tx_queue->write_count) { in efx_release_tx_buffers()
816 while (tx_queue->insert_count != tx_queue->write_count) { in efx_enqueue_unwind()
1045 EFX_BUG_ON_PARANOID(tx_queue->write_count != tx_queue->insert_count); in efx_enqueue_skb_tso()
Dfalcon.c416 write_ptr = tx_queue->write_count & FALCON_TXD_RING_MASK; in falcon_notify_tx_desc()
434 BUG_ON(tx_queue->write_count == tx_queue->insert_count); in falcon_push_buffers()
437 write_ptr = tx_queue->write_count & FALCON_TXD_RING_MASK; in falcon_push_buffers()
440 ++tx_queue->write_count; in falcon_push_buffers()
449 } while (tx_queue->write_count != tx_queue->insert_count); in falcon_push_buffers()
Dnet_driver.h204 unsigned int write_count; member
/drivers/scsi/
Dosst.h582 int write_count; member
Dosst.c3011 STp->write_count++; in osst_flush_write_buffer()
3244 STp->write_count++; in osst_write_frame()
4820 if (STp->write_count) in os_scsi_tape_flush()
4821 printk(" in %d frames written", STp->write_count); in os_scsi_tape_flush()
4828 STp->write_count = 0; in os_scsi_tape_flush()
/drivers/net/
Ddefxx.h987 PI_UINT32 write_count; member