Lines Matching defs:qe
583 static void submit_qentry (struct fs_dev *dev, struct queue *q, struct FS_QENTRY *qe)
589 still the same as the value passed as qe... -- REW */
599 if (qe != cqe) {
600 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe);
630 struct FS_QENTRY *qe;
632 qe = get_qentry (dev, q);
633 qe->cmd = cmd;
634 qe->p0 = p1;
635 qe->p1 = p2;
636 qe->p2 = p3;
637 submit_qentry (dev, q, qe);
669 struct FS_QENTRY *qe;
674 qe = bus_to_virt (rq);
677 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe));
679 switch (STATUS_CODE (qe)) {
681 tc = bus_to_virt (qe->p0);
696 struct FS_QENTRY *qe;
702 qe = bus_to_virt (rq);
705 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe));
707 if (STATUS_CODE (qe) != 2)
709 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe));
712 switch (STATUS_CODE (qe)) {
717 tmp = qe->p0;
765 struct FS_QENTRY *qe;
773 qe = bus_to_virt (rq);
776 qe->cmd, qe->p0, qe->p1, qe->p2);
779 STATUS_CODE (qe),
780 res_strings[STATUS_CODE(qe)]);
782 pe = bus_to_virt (qe->p0);
787 channo = qe->cmd & 0xffff;
795 switch (STATUS_CODE (qe)) {
806 skb_put (skb, qe->p1 & 0xffff);
820 if (qe->p1 & 0xffff) {
821 pe = bus_to_virt (qe->p0);
838 STATUS_CODE(qe), res_strings[STATUS_CODE (qe)]);
856 /* struct FS_QENTRY *qe; */
1468 struct FS_BPENTRY *qe, *ne;
1508 qe = bus_to_virt ((long) qe_tmp);
1509 qe->next = virt_to_bus(ne);
1510 qe->flags &= ~FP_FLAGS_EPI;