• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/

Lines Matching refs:sbp2_lu

196 static void sbp2scsi_complete_all_commands(struct sbp2_lu *, u32);
197 static void sbp2scsi_complete_command(struct sbp2_lu *, u32, struct scsi_cmnd *,
199 static struct sbp2_lu *sbp2_alloc_device(struct unit_directory *);
200 static int sbp2_start_device(struct sbp2_lu *);
201 static void sbp2_remove_device(struct sbp2_lu *);
202 static int sbp2_login_device(struct sbp2_lu *);
203 static int sbp2_reconnect_device(struct sbp2_lu *);
204 static int sbp2_logout_device(struct sbp2_lu *);
208 static int sbp2_agent_reset(struct sbp2_lu *, int);
209 static void sbp2_parse_unit_directory(struct sbp2_lu *,
211 static int sbp2_set_busy_timeout(struct sbp2_lu *);
212 static int sbp2_max_speed_and_size(struct sbp2_lu *);
390 static int sbp2util_access_timeout(struct sbp2_lu *lu, int timeout)
428 static void sbp2util_notify_fetch_agent(struct sbp2_lu *lu, u64 offset,
448 struct sbp2_lu *lu = container_of(work, struct sbp2_lu, protocol_work);
459 struct sbp2_lu *lu = container_of(work, struct sbp2_lu, protocol_work);
464 static int sbp2util_create_command_orb_pool(struct sbp2_lu *lu)
488 static void sbp2util_remove_command_orb_pool(struct sbp2_lu *lu)
517 struct sbp2_lu *lu, dma_addr_t orb)
540 struct sbp2_lu *lu, void *SCpnt)
552 struct sbp2_lu *lu,
578 static void sbp2util_mark_command_completed(struct sbp2_lu *lu,
604 static inline int sbp2util_node_is_available(struct sbp2_lu *lu)
616 struct sbp2_lu *lu;
636 struct sbp2_lu *lu;
668 struct sbp2_lu *lu = ud->device.driver_data;
701 static struct sbp2_lu *sbp2_alloc_device(struct unit_directory *ud)
705 struct sbp2_lu *lu = NULL;
806 struct sbp2_lu *lu;
819 static int sbp2_start_device(struct sbp2_lu *lu)
895 static void sbp2_remove_device(struct sbp2_lu *lu)
986 static int sbp2_query_logins(struct sbp2_lu *lu)
1058 static int sbp2_login_device(struct sbp2_lu *lu)
1133 static int sbp2_logout_device(struct sbp2_lu *lu)
1174 static int sbp2_reconnect_device(struct sbp2_lu *lu)
1233 static int sbp2_set_busy_timeout(struct sbp2_lu *lu)
1243 static void sbp2_parse_unit_directory(struct sbp2_lu *lu,
1343 static int sbp2_max_speed_and_size(struct sbp2_lu *lu)
1375 static int sbp2_agent_reset(struct sbp2_lu *lu, int wait)
1539 static void sbp2_create_command_orb(struct sbp2_lu *lu,
1596 static void sbp2_link_orb_command(struct sbp2_lu *lu,
1673 static int sbp2_send_command(struct sbp2_lu *lu, struct scsi_cmnd *SCpnt,
1724 struct sbp2_lu *lu = NULL, *lu_tmp;
1842 struct sbp2_lu *lu = (struct sbp2_lu *)SCpnt->device->host->hostdata[0];
1890 static void sbp2scsi_complete_all_commands(struct sbp2_lu *lu, u32 status)
1922 static void sbp2scsi_complete_command(struct sbp2_lu *lu, u32 scsi_status,
1978 struct sbp2_lu *lu = (struct sbp2_lu *)sdev->host->hostdata[0];
1990 struct sbp2_lu *lu = (struct sbp2_lu *)sdev->host->hostdata[0];
2006 ((struct sbp2_lu *)sdev->host->hostdata[0])->sdev = NULL;
2016 struct sbp2_lu *lu = (struct sbp2_lu *)SCpnt->device->host->hostdata[0];
2058 struct sbp2_lu *lu = (struct sbp2_lu *)SCpnt->device->host->hostdata[0];
2075 struct sbp2_lu *lu;
2080 if (!(lu = (struct sbp2_lu *)sdev->host->hostdata[0]))