Searched defs:queue_head (Results 1 - 3 of 3) sorted by relevance

/drivers/mfd/
H A Dpcf50633-adc.c48 int queue_head; member in struct:pcf50633_adc
76 head = adc->queue_head;
92 head = adc->queue_head;
180 head = adc->queue_head;
189 adc->queue_head = (head + 1) &
228 head = adc->queue_head;
/drivers/scsi/
H A Dhpsa.c4398 * in queue_head. Optionally excludes the last element of queue_head.
4407 struct scsi_cmnd *find, struct list_head *queue_head)
4415 list_for_each_entry(c, queue_head, list) {
4428 u8 *tag, struct list_head *queue_head)
4434 list_for_each_entry(c, queue_head, list) {
4406 hpsa_find_cmd_in_queue(struct ctlr_info *h, struct scsi_cmnd *find, struct list_head *queue_head) argument
4427 hpsa_find_cmd_in_queue_by_tag(struct ctlr_info *h, u8 *tag, struct list_head *queue_head) argument
/drivers/scsi/qla2xxx/
H A Dqla_def.h1064 uint16_t queue_head; member in struct:__anon6012

Completed in 117 milliseconds