Lines Matching defs:handle
153 * @handle: transparent handle pointing to adapter structure
163 void bnx2i_start(void *handle)
166 struct bnx2i_hba *hba = handle;
182 * bnx2i_chip_cleanup - local routine to handle chip cleanup
215 * @handle: transparent handle pointing to adapter structure
220 void bnx2i_stop(void *handle)
222 struct bnx2i_hba *hba = handle;
267 * @cnic: cnic device handle
311 * @dev: cnic device handle
339 * @dev: cnic device handle
368 * @handle: bnx2i_hba
373 int bnx2i_get_stats(void *handle)
375 struct bnx2i_hba *hba = handle;
491 /* Create percpu kernel threads to handle iSCSI I/O completions */