Lines Matching refs:fcoe_ctlr_device

153 	struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);		\
166 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); \
178 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); \
274 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in show_ctlr_mode()
288 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_ctlr_mode()
337 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_ctlr_enabled()
382 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in fcoe_enum_name_search()
400 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_ctlr_fip_resp()
424 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in show_ctlr_fip_resp()
453 struct fcoe_ctlr_device *ctlr_dev = dev_to_ctlr(dev); in store_ctlr_r_a_tov()
467 struct fcoe_ctlr_device *ctlr_dev = dev_to_ctlr(dev); in show_ctlr_r_a_tov()
480 struct fcoe_ctlr_device *ctlr_dev = dev_to_ctlr(dev); in store_ctlr_e_d_tov()
494 struct fcoe_ctlr_device *ctlr_dev = dev_to_ctlr(dev); in show_ctlr_e_d_tov()
508 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_private_fcoe_ctlr_fcf_dev_loss_tmo()
646 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in fcoe_ctlr_device_release()
694 static void fcoe_ctlr_device_flush_work(struct fcoe_ctlr_device *ctlr) in fcoe_ctlr_device_flush_work()
715 static int fcoe_ctlr_device_queue_work(struct fcoe_ctlr_device *ctlr, in fcoe_ctlr_device_queue_work()
734 static void fcoe_ctlr_device_flush_devloss(struct fcoe_ctlr_device *ctlr) in fcoe_ctlr_device_flush_devloss()
756 static int fcoe_ctlr_device_queue_devloss_work(struct fcoe_ctlr_device *ctlr, in fcoe_ctlr_device_queue_devloss_work()
794 struct fcoe_ctlr_device *fcoe_ctlr_device_add(struct device *parent, in fcoe_ctlr_device_add()
798 struct fcoe_ctlr_device *ctlr; in fcoe_ctlr_device_add()
801 ctlr = kzalloc(sizeof(struct fcoe_ctlr_device) + priv_size, in fcoe_ctlr_device_add()
872 void fcoe_ctlr_device_delete(struct fcoe_ctlr_device *ctlr) in fcoe_ctlr_device_delete()
907 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); in fcoe_fcf_device_final_delete()
931 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); in fip_timeout_deleted_fcf()
966 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); in fcoe_fcf_device_delete()
993 struct fcoe_fcf_device *fcoe_fcf_device_add(struct fcoe_ctlr_device *ctlr, in fcoe_fcf_device_add()