Home
last modified time | relevance | path

Searched refs:cxgbi_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.h129 struct cxgbi_device *cdev;
184 struct cxgbi_device *cdev;
510 struct cxgbi_device *cdev;
528 struct cxgbi_device { struct
554 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument
703 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
704 void cxgbi_device_unregister(struct cxgbi_device *);
706 struct cxgbi_device *cxgbi_device_find_by_lldev(void *);
707 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *, int *);
708 struct cxgbi_device *cxgbi_device_find_by_netdev_rcu(struct net_device *,
[all …]
Dlibcxgbi.c63 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base, in cxgbi_device_portmap_create()
83 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev) in cxgbi_device_portmap_cleanup()
106 static inline void cxgbi_device_destroy(struct cxgbi_device *cdev) in cxgbi_device_destroy()
123 struct cxgbi_device *cxgbi_device_register(unsigned int extra, in cxgbi_device_register()
126 struct cxgbi_device *cdev; in cxgbi_device_register()
158 void cxgbi_device_unregister(struct cxgbi_device *cdev) in cxgbi_device_unregister()
179 struct cxgbi_device *cdev, *tmp; in cxgbi_device_unregister_all()
193 struct cxgbi_device *cxgbi_device_find_by_lldev(void *lldev) in cxgbi_device_find_by_lldev()
195 struct cxgbi_device *cdev, *tmp; in cxgbi_device_find_by_lldev()
212 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *ndev, in cxgbi_device_find_by_netdev()
[all …]
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c74 typedef void (*cxgb4i_cplhandler_func)(struct cxgbi_device *, struct sk_buff *);
702 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish()
854 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl()
902 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close()
923 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl()
962 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss()
1010 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss()
1035 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data()
1056 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr()
1160 static void do_rx_data_ddp(struct cxgbi_device *cdev, in do_rx_data_ddp()
[all …]
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c956 struct cxgbi_device *cdev = csk->cdev; in init_act_open()
1029 int cxgb3i_ofld_init(struct cxgbi_device *cdev) in cxgb3i_ofld_init()
1085 struct cxgbi_device *cdev = csk->cdev; in ddp_set_map()
1114 struct cxgbi_device *cdev = chba->cdev; in ddp_clear_map()
1210 static void t3_ddp_cleanup(struct cxgbi_device *cdev) in t3_ddp_cleanup()
1225 static int cxgb3i_ddp_init(struct cxgbi_device *cdev) in cxgb3i_ddp_init()
1285 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_close()
1301 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_open()
1362 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_event_handler()