Lines Matching refs:sbp2_logical_unit
118 struct sbp2_logical_unit { struct
142 static void sbp2_queue_work(struct sbp2_logical_unit *lu, unsigned long delay) in sbp2_queue_work() argument
179 static const struct device *lu_dev(const struct sbp2_logical_unit *lu) in lu_dev()
261 struct sbp2_logical_unit *lu;
410 struct sbp2_logical_unit *lu = callback_data; in sbp2_status_write()
489 static void sbp2_send_orb(struct sbp2_orb *orb, struct sbp2_logical_unit *lu, in sbp2_send_orb()
512 static int sbp2_cancel_orbs(struct sbp2_logical_unit *lu) in sbp2_cancel_orbs()
548 static int sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, in sbp2_send_management_orb()
646 static void sbp2_agent_reset(struct sbp2_logical_unit *lu) in sbp2_agent_reset()
663 static void sbp2_agent_reset_no_wait(struct sbp2_logical_unit *lu) in sbp2_agent_reset_no_wait()
696 static void sbp2_conditionally_block(struct sbp2_logical_unit *lu) in sbp2_conditionally_block()
720 static void sbp2_conditionally_unblock(struct sbp2_logical_unit *lu) in sbp2_conditionally_unblock()
784 static void sbp2_set_busy_timeout(struct sbp2_logical_unit *lu) in sbp2_set_busy_timeout()
798 struct sbp2_logical_unit *lu = in sbp2_login()
799 container_of(work, struct sbp2_logical_unit, work.work); in sbp2_login()
908 struct sbp2_logical_unit *lu = in sbp2_reconnect()
909 container_of(work, struct sbp2_logical_unit, work.work); in sbp2_reconnect()
959 struct sbp2_logical_unit *lu = container_of(to_delayed_work(work), in sbp2_lu_workfn()
960 struct sbp2_logical_unit, work); in sbp2_lu_workfn()
966 struct sbp2_logical_unit *lu; in sbp2_add_logical_unit()
1127 struct sbp2_logical_unit *lu; in sbp2_probe()
1196 struct sbp2_logical_unit *lu; in sbp2_update()
1215 struct sbp2_logical_unit *lu, *next; in sbp2_remove()
1383 struct fw_device *device, struct sbp2_logical_unit *lu) in sbp2_map_scatterlist()
1445 struct sbp2_logical_unit *lu = cmd->device->hostdata; in sbp2_scsi_queuecommand()
1494 struct sbp2_logical_unit *lu = sdev->hostdata; in sbp2_scsi_slave_alloc()
1516 struct sbp2_logical_unit *lu = sdev->hostdata; in sbp2_scsi_slave_configure()
1548 struct sbp2_logical_unit *lu = cmd->device->hostdata; in sbp2_scsi_abort()
1568 struct sbp2_logical_unit *lu; in sbp2_sysfs_ieee1394_id_show()