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

/drivers/scsi/cxgbi/
H A Dlibcxgbi.h174 struct cxgbi_sock { struct
310 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk,
319 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk,
328 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk,
336 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state)
346 struct cxgbi_sock *csk = container_of(kref,
347 struct cxgbi_sock,
357 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk)
366 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk)
375 static inline int cxgbi_sock_is_closing(struct cxgbi_sock *cs
[all...]

Completed in 53 milliseconds