Searched refs:xpt_que_entry (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ncr53c8xx.c | 4632 cp = xpt_que_entry(qp, struct ccb, link_ccbq); 6931 cp2 = xpt_que_entry(qp, struct ccb, link_ccbq); 7592 cp = xpt_que_entry(qp, struct ccb, link_ccbq);
|
D | sym53c8xx_comm.h | 217 #define xpt_que_entry(ptr, type, member) \ macro
|
D | sym53c8xx.c | 248 #define xpt_que_entry(ptr, type, member) \ macro 6918 cp = xpt_que_entry(qp, struct ccb, link_ccbq); 11610 cp = xpt_que_entry(qp, struct ccb, link_ccbq);
|