Lines Matching defs:desc

315  * Routine to enqueue a wq copy desc
326 struct host_sg_desc *desc;
335 /* For each SGE, create a device desc entry */
336 desc = io_req->sgl_list;
338 desc->addr = cpu_to_le64(sg_dma_address(sg));
339 desc->len = cpu_to_le32(sg_dma_len(sg));
340 desc->_resvd = 0;
341 desc++;
565 /* create copy wq desc and enqueue it */
627 struct fcpio_fw_req *desc)
636 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
711 struct fcpio_fw_req *desc)
719 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
791 struct fcpio_fw_req *desc)
794 u16 request_out = desc->u.ack.request_out;
796 u64 *ox_id_tag = (u64 *)(void *)desc;
821 struct fcpio_fw_req *desc)
839 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
841 icmnd_cmpl = &desc->u.icmnd_cmpl;
856 "hdr status = %s tag = 0x%x desc = 0x%p\n",
857 fnic_fcpio_status_to_str(hdr_status), id, desc);
864 (u64)icmnd_cmpl->flags), desc,
918 icmnd_cmpl = &desc->u.icmnd_cmpl;
1012 desc, cmd_trace,
1062 struct fcpio_fw_req *desc)
1078 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
1201 desc,
1227 desc, 0,
1242 desc, 0,
1276 struct fcpio_fw_req *desc)
1280 switch (desc->hdr.type) {
1292 switch (desc->hdr.type) {
1293 case FCPIO_ACK: /* fw copied copy wq desc to its queue */
1294 fnic_fcpio_ack_handler(fnic, cq_index, desc);
1298 fnic_fcpio_icmnd_cmpl_handler(fnic, desc);
1302 fnic_fcpio_itmf_cmpl_handler(fnic, desc);
1307 fnic_fcpio_flogi_reg_cmpl_handler(fnic, desc);
1311 fnic_fcpio_fw_reset_cmpl_handler(fnic, desc);
1317 desc->hdr.type);
1453 struct fcpio_host_req *desc)
1464 fcpio_tag_id_dec(&desc->hdr.tag, &id);
1477 /* Get the IO context which this desc refers to */