/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 27 __cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len, bool iso) in __cxgbit_alloc_skb() 67 static struct sk_buff *cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len) in cxgbit_alloc_skb() 160 cxgbit_tx_data_wr(struct cxgbit_sock *csk, struct sk_buff *skb, u32 dlen, in cxgbit_tx_data_wr() 201 void cxgbit_push_tx_frames(struct cxgbit_sock *csk) in cxgbit_push_tx_frames() 286 static bool cxgbit_lock_sock(struct cxgbit_sock *csk) in cxgbit_lock_sock() 298 static void cxgbit_unlock_sock(struct cxgbit_sock *csk) in cxgbit_unlock_sock() 323 static int cxgbit_queue_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_skb() 409 cxgbit_tx_datain_iso(struct cxgbit_sock *csk, struct iscsi_cmd *cmd, in cxgbit_tx_datain_iso() 500 cxgbit_tx_datain(struct cxgbit_sock *csk, struct iscsi_cmd *cmd, in cxgbit_tx_datain() 533 struct cxgbit_sock *csk = conn->context; in cxgbit_xmit_datain_pdu() local [all …]
|
D | cxgbit_cm.c | 472 struct cxgbit_sock *csk) in cxgbit_set_conn_info() 482 struct cxgbit_sock *csk; in cxgbit_accept_np() local 615 static void cxgbit_send_halfclose(struct cxgbit_sock *csk) in cxgbit_send_halfclose() 648 static int cxgbit_send_abort_req(struct cxgbit_sock *csk) in cxgbit_send_abort_req() 670 struct cxgbit_sock *csk = conn->context; in cxgbit_free_conn() local 704 static void cxgbit_set_emss(struct cxgbit_sock *csk, u16 opt) in cxgbit_set_emss() 722 static void cxgbit_free_skb(struct cxgbit_sock *csk) in cxgbit_free_skb() 740 struct cxgbit_sock *csk; in _cxgbit_free_csk() local 770 static void cxgbit_set_tcp_window(struct cxgbit_sock *csk, struct port_info *pi) in cxgbit_set_tcp_window() 838 cxgbit_offload_init(struct cxgbit_sock *csk, int iptype, __u8 *peer_ip, in cxgbit_offload_init() [all …]
|
D | cxgbit_main.c | 93 struct cxgbit_sock *csk; in cxgbit_close_conn() local 282 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl, in cxgbit_lro_init_skb() 306 static void cxgbit_queue_lro_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_lro_skb() 323 struct cxgbit_sock *csk = lro_cb->csk; in cxgbit_lro_flush() local 345 cxgbit_lro_receive(struct cxgbit_sock *csk, u8 op, const __be64 *rsp, in cxgbit_lro_receive() 407 struct cxgbit_sock *csk = NULL; in cxgbit_uld_lro_rx_handler() local 504 struct cxgbit_sock *csk; in cxgbit_update_dcb_priority() local
|
D | cxgbit_ddp.c | 101 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ppod_write_idata() 130 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ddp_set_map() 174 cxgbit_ddp_reserve(struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, in cxgbit_ddp_reserve() 236 struct cxgbit_sock *csk = conn->context; in cxgbit_get_r2t_ttt() local 274 struct cxgbit_sock *csk = conn->context; in cxgbit_release_cmd() local
|
D | cxgbit.h | 261 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() 266 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk() 281 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk) in cxgbit_sock_reset_wr_list() 287 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk) in cxgbit_sock_peek_wr() 293 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_sock_enqueue_wr() 306 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk) in cxgbit_sock_dequeue_wr()
|
D | cxgbit_lro.h | 22 struct cxgbit_sock *csk; member
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 156 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 198 static void send_close_req(struct cxgbi_sock *csk) in send_close_req() 237 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req() 273 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl() 296 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits() 349 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr() 393 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() 465 static inline void free_atid(struct cxgbi_sock *csk) in free_atid() 476 struct cxgbi_sock *csk = ctx; in do_act_establish() local 550 struct cxgbi_sock *csk = (struct cxgbi_sock *)data; in act_open_retry_timer() local [all …]
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 187 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 274 static void send_act_open_req6(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req6() 361 static void send_close_req(struct cxgbi_sock *csk) in send_close_req() 383 struct cxgbi_sock *csk = (struct cxgbi_sock *)handle; in abort_arp_failure() local 394 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req() 429 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl() 451 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits() 531 static inline int send_tx_flowc_wr(struct cxgbi_sock *csk) in send_tx_flowc_wr() 578 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr() 619 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() [all …]
|
/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 98 struct cxgbi_sock *csk; in cxgbi_device_portmap_cleanup() local 423 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port() local 438 static int sock_get_port(struct cxgbi_sock *csk) in sock_get_port() 499 static void sock_put_port(struct cxgbi_sock *csk) in sock_put_port() 539 void cxgbi_sock_free_cpl_skbs(struct cxgbi_sock *csk) in cxgbi_sock_free_cpl_skbs() 558 struct cxgbi_sock *csk = kzalloc(sizeof(*csk), GFP_NOIO); in cxgbi_sock_create() local 609 struct cxgbi_sock *csk = NULL; in cxgbi_check_route() local 711 struct cxgbi_sock *csk = NULL; in cxgbi_check_route6() local 807 void cxgbi_sock_established(struct cxgbi_sock *csk, unsigned int snd_isn, in cxgbi_sock_established() 817 static void cxgbi_inform_iscsi_conn_closing(struct cxgbi_sock *csk) in cxgbi_inform_iscsi_conn_closing() [all …]
|
D | libcxgbi.h | 252 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk, in cxgbi_sock_set_flag() 261 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk, in cxgbi_sock_clear_flag() 270 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk, in cxgbi_sock_flag() 278 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state) in cxgbi_sock_set_state() 288 struct cxgbi_sock *csk = container_of(kref, in cxgbi_sock_free() local 299 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_put() 306 #define cxgbi_sock_put(csk) __cxgbi_sock_put(__func__, csk) argument 308 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_get() 315 #define cxgbi_sock_get(csk) __cxgbi_sock_get(__func__, csk) argument 317 static inline int cxgbi_sock_is_closing(struct cxgbi_sock *csk) in cxgbi_sock_is_closing() [all …]
|
/drivers/net/ethernet/broadcom/ |
D | cnic.c | 152 static inline void csk_hold(struct cnic_sock *csk) in csk_hold() 157 static inline void csk_put(struct cnic_sock *csk) in csk_put() 285 static int cnic_in_use(struct cnic_sock *csk) in cnic_in_use() 319 struct cnic_sock *csk) in cnic_send_nlmsg() 381 struct cnic_sock *csk; in cnic_iscsi_nl_msg_recv() local 430 static int cnic_offld_prep(struct cnic_sock *csk) in cnic_offld_prep() 443 static int cnic_close_prep(struct cnic_sock *csk) in cnic_close_prep() 457 static int cnic_abort_prep(struct cnic_sock *csk) in cnic_abort_prep() 2131 struct cnic_sock *csk = &cp->csk_tbl[l5_cid]; in cnic_bnx2x_connect() local 3378 static int cnic_cm_offload_pg(struct cnic_sock *csk) in cnic_cm_offload_pg() [all …]
|
/drivers/isdn/mISDN/ |
D | socket.c | 479 struct sock *csk; in data_sock_bind() local
|
/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1576 struct cnic_sock *csk; in bnx2i_host_get_param() local
|