Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxgbi/
Dlibcxgbi.h106 struct cxgbi_device *cdev;
437 struct cxgbi_device *cdev;
458 struct cxgbi_device { struct
482 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument
483 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *); argument
486 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev, argument
561 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
562 void cxgbi_device_unregister(struct cxgbi_device *);
564 struct cxgbi_device *cxgbi_device_find_by_lldev(void *);
565 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *, int *);
[all …]
Dlibcxgbi.c75 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base, in cxgbi_device_portmap_create()
95 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev) in cxgbi_device_portmap_cleanup()
118 static inline void cxgbi_device_destroy(struct cxgbi_device *cdev) in cxgbi_device_destroy()
130 struct cxgbi_device *cxgbi_device_register(unsigned int extra, in cxgbi_device_register()
133 struct cxgbi_device *cdev; in cxgbi_device_register()
165 void cxgbi_device_unregister(struct cxgbi_device *cdev) in cxgbi_device_unregister()
186 struct cxgbi_device *cdev, *tmp; in cxgbi_device_unregister_all()
200 struct cxgbi_device *cxgbi_device_find_by_lldev(void *lldev) in cxgbi_device_find_by_lldev()
202 struct cxgbi_device *cdev, *tmp; in cxgbi_device_find_by_lldev()
219 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *ndev, in cxgbi_device_find_by_netdev()
[all …]
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c78 typedef void (*cxgb4i_cplhandler_func)(struct cxgbi_device *, struct sk_buff *);
778 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish()
930 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl()
979 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close()
1000 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl()
1039 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss()
1087 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss()
1112 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data()
1133 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr()
1237 static void do_rx_iscsi_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_data()
[all …]
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c957 struct cxgbi_device *cdev = csk->cdev; in init_act_open()
1032 static int cxgb3i_ofld_init(struct cxgbi_device *cdev) in cxgb3i_ofld_init()
1084 static struct cxgbi_ppm *cdev2ppm(struct cxgbi_device *cdev) in cdev2ppm()
1119 static void ddp_clear_map(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, in ddp_clear_map()
1216 static int cxgb3i_ddp_init(struct cxgbi_device *cdev) in cxgb3i_ddp_init()
1279 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_close()
1295 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_open()
1353 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_event_handler()