Searched refs:container_of (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | threads.c | 170 struct rdsv3_connection *conn = container_of(work, in rdsv3_connect_worker() 208 struct rdsv3_connection *conn = container_of(work, in rdsv3_send_worker() 236 struct rdsv3_connection *conn = container_of(work, in rdsv3_recv_worker() 264 struct rdsv3_connection *conn = container_of(work, in rdsv3_shutdown_worker() 274 struct rdsv3_connection *conn = container_of(work, in rdsv3_reaper_worker()
|
H A D | message.c | 139 container_of(inc, struct rdsv3_message, m_inc); in rdsv3_message_inc_free() 402 rm = container_of(inc, struct rdsv3_message, m_inc); in rdsv3_message_inc_copy_to_user()
|
H A D | loop.c | 109 struct rdsv3_message *rm = container_of(inc, struct rdsv3_message, in rdsv3_loop_inc_free()
|
H A D | ib_recv.c | 319 ibinc = container_of(inc, struct rdsv3_ib_incoming, ii_inc); in rdsv3_ib_inc_free() 343 ibinc = container_of(inc, struct rdsv3_ib_incoming, ii_inc); in rdsv3_ib_inc_copy_to_user()
|
H A D | rdma.c | 150 mr = container_of(node, struct rdsv3_mr, r_rb_node); in rdsv3_rdma_drop_keys()
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.c | 106 #ifndef container_of 107 #define container_of(p, s, f) ((s *)(((uint8_t *)(p)) - offsetof(s, f))) macro 424 d = container_of(e, struct l2t_data, l2tab[e->idx]); in t4_l2e_free()
|
H A D | adapter.c | 110 return (container_of(iq, struct sge_rxq, iq)); in iq_to_rxq()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 376 #define container_of(m, s, name) \ macro
|
/titanic_41/usr/src/uts/common/io/vioblk/ |
H A D | vioblk.c | 643 struct vioblk_softc *sc = container_of(vsc, in vioblk_int_handler()
|