Lines Matching defs:csk

83 #define cxgbi_is_iso_config(csk)	((csk)->cdev->skb_iso_txhdr)  argument
84 #define cxgbi_is_iso_disabled(csk) ((csk)->disable_iso) argument
273 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk, in cxgbi_sock_set_flag()
282 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk, in cxgbi_sock_clear_flag()
291 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk, in cxgbi_sock_flag()
299 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state) in cxgbi_sock_set_state()
309 struct cxgbi_sock *csk = container_of(kref, in cxgbi_sock_free() local
320 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_put()
327 #define cxgbi_sock_put(csk) __cxgbi_sock_put(__func__, csk) argument
329 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_get()
336 #define cxgbi_sock_get(csk) __cxgbi_sock_get(__func__, csk) argument
338 static inline int cxgbi_sock_is_closing(struct cxgbi_sock *csk) in cxgbi_sock_is_closing()
343 static inline int cxgbi_sock_is_established(struct cxgbi_sock *csk) in cxgbi_sock_is_established()
348 static inline void cxgbi_sock_purge_write_queue(struct cxgbi_sock *csk) in cxgbi_sock_purge_write_queue()
386 static inline void cxgbi_sock_reset_wr_list(struct cxgbi_sock *csk) in cxgbi_sock_reset_wr_list()
391 static inline void cxgbi_sock_enqueue_wr(struct cxgbi_sock *csk, in cxgbi_sock_enqueue_wr()
408 static inline int cxgbi_sock_count_pending_wrs(const struct cxgbi_sock *csk) in cxgbi_sock_count_pending_wrs()
420 static inline struct sk_buff *cxgbi_sock_peek_wr(const struct cxgbi_sock *csk) in cxgbi_sock_peek_wr()
425 static inline struct sk_buff *cxgbi_sock_dequeue_wr(struct cxgbi_sock *csk) in cxgbi_sock_dequeue_wr()
536 struct cxgbi_sock *csk; member