Searched refs:ccb_alloc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dhpilo.c428 if (!hw->ccb_alloc[slot])
430 set_channel_reset(&hw->ccb_alloc[slot]->driver_ccb);
543 if (hw->ccb_alloc[slot]->ccb_cnt == 1) {
548 hw->ccb_alloc[slot] = NULL;
555 hw->ccb_alloc[slot]->ccb_cnt--;
580 if (hw->ccb_alloc[slot] == NULL) {
596 hw->ccb_alloc[slot] = data;
604 hw->ccb_alloc[slot] = NULL;
615 if (fp->f_flags & O_EXCL || hw->ccb_alloc[slot]->ccb_excl) {
623 hw->ccb_alloc[slo
[all...]
H A Dhpilo.h43 struct ccb_data *ccb_alloc[MAX_CCB]; member in struct:ilo_hwinfo
50 * -> alloc_lock used when adding/removing/searching ccb_alloc,

Completed in 61 milliseconds