Home
last modified time | relevance | path

Searched refs:container_of (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dthreads.c170 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 Dmessage.c139 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 Dloop.c109 struct rdsv3_message *rm = container_of(inc, struct rdsv3_message, in rdsv3_loop_inc_free()
H A Dib_recv.c319 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 Drdma.c150 mr = container_of(node, struct rdsv3_mr, r_rb_node); in rdsv3_rdma_drop_keys()
/titanic_50/usr/src/uts/common/sys/
H A Dstddef.h39 #if !defined(container_of)
47 #define container_of(m, s, name) \ macro
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c106 #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 Dadapter.c110 return (container_of(iq, struct sge_rxq, iq)); in iq_to_rxq()
/titanic_50/usr/src/uts/common/io/vioif/
H A Dvioif.c1577 struct vioif_softc *sc = container_of(vsc, in vioif_rx_handler()
1592 struct vioif_softc *sc = container_of(vsc, in vioif_tx_handler()
/titanic_50/usr/src/uts/common/io/vioblk/
H A Dvioblk.c643 struct vioblk_softc *sc = container_of(vsc, in vioblk_int_handler()