Lines Matching defs:tmp
271 uint8_t *tmp;
297 tmp = (uint8_t *)temp_wqe;
300 __raw_writeq(*((uint64_t *)(tmp + i)),
304 __raw_writel(*((uint32_t *)(tmp + i)),
8124 char tmp[DBG_LOG_STR_SZ] = {0};
8149 scnprintf(tmp, sizeof(tmp),
8161 if ((strlen(buf) + strlen(tmp)) >= buf_len)
8165 strlcat(buf, tmp, buf_len);
22286 struct sli4_hybrid_sgl *tmp = NULL;
22296 list_for_each_entry_safe(list_entry, tmp,
22305 tmp = kmalloc_node(sizeof(*tmp), GFP_ATOMIC,
22307 if (!tmp) {
22315 tmp->dma_sgl = dma_pool_alloc(phba->lpfc_sg_dma_buf_pool,
22316 GFP_ATOMIC, &tmp->dma_phys_sgl);
22317 if (!tmp->dma_sgl) {
22322 kfree(tmp);
22327 list_add_tail(&tmp->list_node, &lpfc_buf->dma_sgl_xtra_list);
22355 struct sli4_hybrid_sgl *tmp = NULL;
22363 list_for_each_entry_safe(list_entry, tmp,
22393 struct sli4_hybrid_sgl *tmp = NULL;
22399 list_for_each_entry_safe(list_entry, tmp,
22428 struct fcp_cmd_rsp_buf *tmp = NULL;
22438 list_for_each_entry_safe(list_entry, tmp,
22448 tmp = kmalloc_node(sizeof(*tmp), GFP_ATOMIC,
22450 if (!tmp) {
22458 tmp->fcp_cmnd = dma_pool_zalloc(phba->lpfc_cmd_rsp_buf_pool,
22460 &tmp->fcp_cmd_rsp_dma_handle);
22462 if (!tmp->fcp_cmnd) {
22467 kfree(tmp);
22471 tmp->fcp_rsp = (struct fcp_rsp *)((uint8_t *)tmp->fcp_cmnd +
22475 list_add_tail(&tmp->list_node, &lpfc_buf->dma_cmd_rsp_list);
22504 struct fcp_cmd_rsp_buf *tmp = NULL;
22512 list_for_each_entry_safe(list_entry, tmp,
22542 struct fcp_cmd_rsp_buf *tmp = NULL;
22548 list_for_each_entry_safe(list_entry, tmp,