Lines Matching refs:task_ctx
1017 task_page = (struct fcoe_task_ctx_entry *)hba->task_ctx[task_idx];
1889 * Allocate task_ctx which is an array of pointers pointing to
1893 hba->task_ctx = kzalloc((task_ctx_arr_sz * sizeof(void *)),
1895 if (!hba->task_ctx) {
1915 hba->task_ctx[i] = dma_alloc_coherent(&hba->pcidev->dev,
1919 if (!hba->task_ctx[i]) {
1933 if (hba->task_ctx[i]) {
1936 hba->task_ctx[i], hba->task_ctx_dma[i]);
1937 hba->task_ctx[i] = NULL;
1944 kfree(hba->task_ctx);
1945 hba->task_ctx = NULL;
1967 if (hba->task_ctx) {
1969 if (hba->task_ctx[i]) {
1971 hba->task_ctx[i],
1973 hba->task_ctx[i] = NULL;
1976 kfree(hba->task_ctx);
1977 hba->task_ctx = NULL;