Searched refs:cxgbi_sock (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h112 struct cxgbi_sock { struct
273 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk,
282 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk,
291 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk,
299 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state)
309 struct cxgbi_sock *csk = container_of(kref,
310 struct cxgbi_sock,
320 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk)
329 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk)
338 static inline int cxgbi_sock_is_closing(struct cxgbi_sock *cs
[all...]
H A Dlibcxgbi.c81 sizeof(struct cxgbi_sock *)),
98 struct cxgbi_sock *csk;
411 static struct cxgbi_sock *find_sock_on_port(struct cxgbi_device *cdev,
424 struct cxgbi_sock *csk = pmap->port_csk[i];
439 static int sock_get_port(struct cxgbi_sock *csk)
500 static void sock_put_port(struct cxgbi_sock *csk)
540 void cxgbi_sock_free_cpl_skbs(struct cxgbi_sock *csk)
557 static struct cxgbi_sock *cxgbi_sock_create(struct cxgbi_device *cdev)
559 struct cxgbi_sock *csk = kzalloc(sizeof(*csk), GFP_NOIO);
603 static struct cxgbi_sock *
[all...]
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c157 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion);
159 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb,
201 static void send_close_req(struct cxgbi_sock *csk)
240 static void send_abort_req(struct cxgbi_sock *csk)
276 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status)
299 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits)
352 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb,
394 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion)
466 static inline void free_atid(struct cxgbi_sock *csk)
477 struct cxgbi_sock *cs
[all...]
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c88 static inline int send_tx_flowc_wr(struct cxgbi_sock *);
186 static int push_tx_frames(struct cxgbi_sock *, int);
208 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb,
327 static void send_act_open_req6(struct cxgbi_sock *csk, struct sk_buff *skb,
441 static void send_close_req(struct cxgbi_sock *csk)
463 struct cxgbi_sock *csk = (struct cxgbi_sock *)handle;
474 static void send_abort_req(struct cxgbi_sock *csk)
509 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status)
531 static u32 send_rx_credits(struct cxgbi_sock *cs
[all...]

Completed in 146 milliseconds