Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/cxgbi/
Dlibcxgbi.h106 struct cxgbi_device *cdev;
441 struct cxgbi_device *cdev;
462 struct cxgbi_device { struct
486 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument
487 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *); argument
490 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev, argument
565 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
566 void cxgbi_device_unregister(struct cxgbi_device *);
568 struct cxgbi_device *cxgbi_device_find_by_lldev(void *);
569 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-v5.4/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c83 typedef void (*cxgb4i_cplhandler_func)(struct cxgbi_device *, struct sk_buff *);
809 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish()
961 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl()
1010 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close()
1031 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl()
1070 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss()
1118 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss()
1143 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data()
1164 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr()
1269 static void do_rx_iscsi_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_data()
[all …]
/Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c957 struct cxgbi_device *cdev = csk->cdev; in init_act_open()
1030 static int cxgb3i_ofld_init(struct cxgbi_device *cdev) in cxgb3i_ofld_init()
1082 static struct cxgbi_ppm *cdev2ppm(struct cxgbi_device *cdev) in cdev2ppm()
1117 static void ddp_clear_map(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, in ddp_clear_map()
1213 static int cxgb3i_ddp_init(struct cxgbi_device *cdev) in cxgb3i_ddp_init()
1280 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_close()
1296 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_open()
1354 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_event_handler()