Lines Matching defs:dl

68 					 struct done_list_struct *dl)
71 int phy_id = dl->status_block[0] & DL_PHY_MASK;
74 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS;
75 u8 oob_mode = dl->status_block[2];
103 dl->status_block[1]);
219 struct done_list_struct *dl,
226 u16 size = ((dl->status_block[3] & 7) << 8) | dl->status_block[2];
235 asd_dump_frame_rcvd(phy, dl);
241 struct done_list_struct *dl,
248 u8 lr_error = dl->status_block[1];
249 u8 retries_left = dl->status_block[2];
294 struct done_list_struct *dl,
302 u8 reg = dl->status_block[1];
303 u32 cont = dl->status_block[2] << ((reg & 3)*8);
352 dl->status_block[1]);
400 struct done_list_struct *dl)
404 int edb = (dl->opcode & DL_PHY_MASK) - 1; /* [0xc1,0xc7] -> [0,6] */
405 u8 sb_opcode = dl->status_block[0];
411 ASD_DPRINTK("edb is 0x%x! dl->opcode is 0x%x\n",
412 edb, dl->opcode);
434 __func__, dl->status_block[3]);
441 tc_abort = *((u16*)(&dl->status_block[1]));
487 conn_handle = *((u16*)(&dl->status_block[1]));
491 dl->status_block[3]);
549 asd_bytes_dmaed_tasklet(ascb, dl, edb, phy_id);
554 asd_primitive_rcvd_tasklet(ascb, dl, phy_id);
558 asd_phy_event_tasklet(ascb, dl);
563 asd_link_reset_err_tasklet(ascb, dl, phy_id);
577 ASD_DPRINTK("edb is 0x%x! dl->opcode is 0x%x\n",
578 edb, dl->opcode);
618 * @dl: pointer to the done list entry
627 struct done_list_struct *dl)
635 u8 status = dl->status_block[0];
636 u8 oob_status = dl->status_block[1];
637 u8 oob_mode = dl->status_block[2];
638 /* u8 oob_signals= dl->status_block[3]; */
817 struct done_list_struct *dl)
819 u8 opcode = dl->opcode;