Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dips.c2763 item->q_next = queue->head; in ips_putq_scb_head()
2796 queue->head = item->q_next; in ips_removeq_scb_head()
2797 item->q_next = NULL; in ips_removeq_scb_head()
2834 while ((p) && (item != p->q_next)) in ips_removeq_scb()
2835 p = p->q_next; in ips_removeq_scb()
2839 p->q_next = item->q_next; in ips_removeq_scb()
2841 if (!item->q_next) in ips_removeq_scb()
2844 item->q_next = NULL; in ips_removeq_scb()
4348 scb_p->q_next = ha->scb_freelist; in ips_allocatescbs()
4423 ha->scb_freelist = scb->q_next; in ips_getscb()
[all …]
H A Dips.h1084 struct ips_scb *q_next; member
1110 struct ips_scb *q_next; member
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c407 struct hw_q *q_next; in efct_hw_del_cq() local
412 list_for_each_entry_safe(q, q_next, &cq->q_list, list_entry) { in efct_hw_del_cq()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch12752 + AVFrame * q_next;
13036 + frame = de->q_next;
13037 + de->q_next = NULL;
13050 + av_frame_free(&de->q_next);
13095 + de->q_next = frame;
13306 + av_frame_free(&de->q_next);
13443 + AVFrame *q_next;
13952 + frame = de->q_next;
13953 + de->q_next = NULL;
14007 + while (de->show_all && de->q_next) {
[all …]