Lines Matching refs:task_ctx
1016 task_page = (struct fcoe_task_ctx_entry *)hba->task_ctx[task_idx];
1888 * Allocate task_ctx which is an array of pointers pointing to
1892 hba->task_ctx = kzalloc((task_ctx_arr_sz * sizeof(void *)),
1894 if (!hba->task_ctx) {
1914 hba->task_ctx[i] = dma_alloc_coherent(&hba->pcidev->dev,
1918 if (!hba->task_ctx[i]) {
1932 if (hba->task_ctx[i]) {
1935 hba->task_ctx[i], hba->task_ctx_dma[i]);
1936 hba->task_ctx[i] = NULL;
1943 kfree(hba->task_ctx);
1944 hba->task_ctx = NULL;
1966 if (hba->task_ctx) {
1968 if (hba->task_ctx[i]) {
1970 hba->task_ctx[i],
1972 hba->task_ctx[i] = NULL;
1975 kfree(hba->task_ctx);
1976 hba->task_ctx = NULL;