Lines Matching defs:tmp
147 uint8_t *tmp;
172 tmp = (uint8_t *)temp_wqe;
175 __raw_writeq(*((uint64_t *)(tmp + i)),
179 __raw_writel(*((uint32_t *)(tmp + i)),
20997 struct sli4_hybrid_sgl *tmp = NULL;
21007 list_for_each_entry_safe(list_entry, tmp,
21016 tmp = kmalloc_node(sizeof(*tmp), GFP_ATOMIC,
21018 if (!tmp) {
21026 tmp->dma_sgl = dma_pool_alloc(phba->lpfc_sg_dma_buf_pool,
21027 GFP_ATOMIC, &tmp->dma_phys_sgl);
21028 if (!tmp->dma_sgl) {
21033 kfree(tmp);
21038 list_add_tail(&tmp->list_node, &lpfc_buf->dma_sgl_xtra_list);
21066 struct sli4_hybrid_sgl *tmp = NULL;
21074 list_for_each_entry_safe(list_entry, tmp,
21104 struct sli4_hybrid_sgl *tmp = NULL;
21110 list_for_each_entry_safe(list_entry, tmp,
21139 struct fcp_cmd_rsp_buf *tmp = NULL;
21149 list_for_each_entry_safe(list_entry, tmp,
21159 tmp = kmalloc_node(sizeof(*tmp), GFP_ATOMIC,
21161 if (!tmp) {
21169 tmp->fcp_cmnd = dma_pool_alloc(phba->lpfc_cmd_rsp_buf_pool,
21171 &tmp->fcp_cmd_rsp_dma_handle);
21173 if (!tmp->fcp_cmnd) {
21178 kfree(tmp);
21182 tmp->fcp_rsp = (struct fcp_rsp *)((uint8_t *)tmp->fcp_cmnd +
21186 list_add_tail(&tmp->list_node, &lpfc_buf->dma_cmd_rsp_list);
21215 struct fcp_cmd_rsp_buf *tmp = NULL;
21223 list_for_each_entry_safe(list_entry, tmp,
21253 struct fcp_cmd_rsp_buf *tmp = NULL;
21259 list_for_each_entry_safe(list_entry, tmp,