Home
last modified time | relevance | path

Searched defs:csk (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c158 const struct cxgbi_sock *csk) in set_queue()
178 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req()
224 static void send_close_req(struct cxgbi_sock *csk) in send_close_req()
246 struct cxgbi_sock *csk = (struct cxgbi_sock *)handle; in abort_arp_failure() local
257 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req()
286 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl()
308 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits()
366 static inline void send_tx_flowc_wr(struct cxgbi_sock *csk) in send_tx_flowc_wr()
414 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr()
453 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames()
[all …]
/linux-3.4.99/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c155 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req()
197 static void send_close_req(struct cxgbi_sock *csk) in send_close_req()
236 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req()
272 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl()
295 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits()
348 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr()
392 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames()
464 static inline void free_atid(struct cxgbi_sock *csk) in free_atid()
475 struct cxgbi_sock *csk = ctx; in do_act_establish() local
549 struct cxgbi_sock *csk = (struct cxgbi_sock *)data; in act_open_retry_timer() local
[all …]
/linux-3.4.99/drivers/scsi/cxgbi/
Dlibcxgbi.c79 struct cxgbi_sock *csk; in cxgbi_device_portmap_cleanup() local
317 static int sock_get_port(struct cxgbi_sock *csk) in sock_get_port()
373 static void sock_put_port(struct cxgbi_sock *csk) in sock_put_port()
407 void cxgbi_sock_free_cpl_skbs(struct cxgbi_sock *csk) in cxgbi_sock_free_cpl_skbs()
426 struct cxgbi_sock *csk = kzalloc(sizeof(*csk), GFP_NOIO); in cxgbi_sock_create() local
477 struct cxgbi_sock *csk = NULL; in cxgbi_check_route() local
555 void cxgbi_sock_established(struct cxgbi_sock *csk, unsigned int snd_isn, in cxgbi_sock_established()
565 static void cxgbi_inform_iscsi_conn_closing(struct cxgbi_sock *csk) in cxgbi_inform_iscsi_conn_closing()
580 void cxgbi_sock_closed(struct cxgbi_sock *csk) in cxgbi_sock_closed()
598 static void need_active_close(struct cxgbi_sock *csk) in need_active_close()
[all …]
Dlibcxgbi.h310 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk, in cxgbi_sock_set_flag()
319 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk, in cxgbi_sock_clear_flag()
328 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk, in cxgbi_sock_flag()
336 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state) in cxgbi_sock_set_state()
346 struct cxgbi_sock *csk = container_of(kref, in cxgbi_sock_free() local
357 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_put()
364 #define cxgbi_sock_put(csk) __cxgbi_sock_put(__func__, csk) argument
366 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_get()
373 #define cxgbi_sock_get(csk) __cxgbi_sock_get(__func__, csk) argument
375 static inline int cxgbi_sock_is_closing(struct cxgbi_sock *csk) in cxgbi_sock_is_closing()
[all …]
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic.c148 static inline void csk_hold(struct cnic_sock *csk) in csk_hold()
153 static inline void csk_put(struct cnic_sock *csk) in csk_put()
269 static int cnic_in_use(struct cnic_sock *csk) in cnic_in_use()
299 struct cnic_sock *csk) in cnic_send_nlmsg()
361 struct cnic_sock *csk; in cnic_iscsi_nl_msg_recv() local
413 static int cnic_offld_prep(struct cnic_sock *csk) in cnic_offld_prep()
426 static int cnic_close_prep(struct cnic_sock *csk) in cnic_close_prep()
440 static int cnic_abort_prep(struct cnic_sock *csk) in cnic_abort_prep()
2068 struct cnic_sock *csk = &cp->csk_tbl[l5_cid]; in cnic_bnx2x_connect() local
3294 static int cnic_cm_offload_pg(struct cnic_sock *csk) in cnic_cm_offload_pg()
[all …]
/linux-3.4.99/drivers/isdn/mISDN/
Dsocket.c482 struct sock *csk; in data_sock_bind() local
/linux-3.4.99/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c1560 struct cnic_sock *csk; in bnx2i_host_get_param() local