Searched refs:cxgbit_device (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/target/iscsi/cxgbit/ |
D | cxgbit.h | 131 struct cxgbit_device { struct 169 struct cxgbit_device *cdev; 248 static inline void cxgbit_get_cdev(struct cxgbit_device *cdev) in cxgbit_get_cdev() 253 static inline void cxgbit_put_cdev(struct cxgbit_device *cdev) in cxgbit_put_cdev() 314 typedef void (*cxgbit_cplhandler_func)(struct cxgbit_device *, 326 int cxgbit_l2t_send(struct cxgbit_device *, struct sk_buff *, 335 int cxgbit_ofld_send(struct cxgbit_device *, struct sk_buff *); 338 struct cxgbit_device *cxgbit_find_device(struct net_device *, u8 *); 341 int cxgbit_ddp_init(struct cxgbit_device *); 347 struct cxgbi_ppm *cdev2ppm(struct cxgbit_device *cdev) in cdev2ppm()
|
D | cxgbit_cm.c | 49 cxgbit_wait_for_reply(struct cxgbit_device *cdev, in cxgbit_wait_for_reply() 79 cxgbit_np_hash_add(struct cxgbit_device *cdev, struct cxgbit_np *cnp, in cxgbit_np_hash_add() 99 cxgbit_np_hash_find(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_find() 116 static int cxgbit_np_hash_del(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_del() 144 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server6() 196 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server4() 228 struct cxgbit_device *cxgbit_find_device(struct net_device *ndev, u8 *port_id) in cxgbit_find_device() 230 struct cxgbit_device *cdev; in cxgbit_find_device() 290 static struct cxgbit_device *cxgbit_find_np_cdev(struct cxgbit_np *cnp) in cxgbit_find_np_cdev() 295 struct cxgbit_device *cdev = NULL; in cxgbit_find_np_cdev() [all …]
|
D | cxgbit_ddp.c | 64 cxgbit_ppod_init_idata(struct cxgbit_device *cdev, struct cxgbi_ppm *ppm, in cxgbit_ppod_init_idata() 103 struct cxgbit_device *cdev = csk->com.cdev; in cxgbit_ppod_write_idata() 174 struct cxgbit_device *cdev = csk->com.cdev; in cxgbit_ddp_reserve() 234 struct cxgbit_device *cdev = csk->com.cdev; in cxgbit_get_r2t_ttt() 272 struct cxgbit_device *cdev = csk->com.cdev; in cxgbit_unmap_cmd() 296 int cxgbit_ddp_init(struct cxgbit_device *cdev) in cxgbit_ddp_init()
|
D | cxgbit_main.c | 23 struct cxgbit_device *cdev; in _cxgbit_free_cdev() 25 cdev = container_of(kref, struct cxgbit_device, kref); in _cxgbit_free_cdev() 31 static void cxgbit_set_mdsl(struct cxgbit_device *cdev) in cxgbit_set_mdsl() 55 struct cxgbit_device *cdev; in cxgbit_uld_add() 96 static void cxgbit_close_conn(struct cxgbit_device *cdev) in cxgbit_close_conn() 122 static void cxgbit_detach_cdev(struct cxgbit_device *cdev) in cxgbit_detach_cdev() 144 struct cxgbit_device *cdev = handle; in cxgbit_uld_state_change() 438 struct cxgbit_device *cdev = hndl; in cxgbit_uld_lro_rx_handler() 538 cxgbit_update_dcb_priority(struct cxgbit_device *cdev, u8 port_id, in cxgbit_update_dcb_priority() 591 struct cxgbit_device *cdev = NULL; in cxgbit_dcb_workfn() [all …]
|
D | cxgbit_target.c | 575 struct cxgbit_device *cdev = csk->com.cdev; in cxgbit_validate_params() 718 struct cxgbit_device *cdev = csk->com.cdev; in cxgbit_set_params() 1069 struct cxgbit_device *cdev = csk->com.cdev; in cxgbit_handle_iscsi_dataout()
|