Searched refs:work_arr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-traffic.c697 vxge_assert(channel->work_arr[channel->post_index] == NULL);
699 channel->work_arr[channel->post_index++] = dtrh;
719 *dtrh = channel->work_arr[channel->compl_index];
732 channel->work_arr[channel->compl_index] = NULL;
H A Dvxge-config.c67 channel->work_arr = kzalloc(sizeof(void *)*length, GFP_KERNEL);
68 if (channel->work_arr == NULL)
101 kfree(channel->work_arr);
158 if (channel->work_arr != NULL)
159 channel->work_arr[i] = NULL;
H A Dvxge-config.h557 * @work_arr: Work array. Contains descriptors posted to the channel.
558 * Note that at any point in time @work_arr contains 3 types of
596 void **work_arr; member in struct:__vxge_hw_channel

Completed in 78 milliseconds