Home
last modified time | relevance | path

Searched refs:mlxcx_buffer_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c251 mlxcx_buffer_t *b; in mlxcx_cq_teardown()
1183 mlxcx_buffer_t *b; in mlxcx_rx_ring_start()
1390 mlxcx_buffer_t *b; in mlxcx_tx_ring_start()
1553 mlxcx_buffer_t *b; in mlxcx_sq_add_buffer()
2148 mlxcx_buffer_t *b = (mlxcx_buffer_t *)arg; in mlxcx_buf_mp_return()
2161 mlxcx_buffer_t *b; in mlxcx_buf_create()
2194 mlxcx_buffer_t *b; in mlxcx_buf_create_foreign()
2218 mlxcx_buffer_t *b; in mlxcx_buf_take_foreign()
2242 mlxcx_buffer_t *b; in mlxcx_copy_data()
2273 mlxcx_buffer_t *b; in mlxcx_bind_or_copy_mblk()
[all …]
H A Dmlxcx.h579 } mlxcx_buffer_t; typedef
1332 mlxcx_buffer_t **);
1334 mlxcx_buffer_t **);
1337 mlxcx_buffer_t **, size_t);
1339 extern void mlxcx_buf_return(mlxcx_t *, mlxcx_buffer_t *);
1346 mblk_t *, size_t, mlxcx_buffer_t **);
1358 mlxcx_buffer_t *);
1360 mlxcx_buffer_t **, size_t);
1362 uint8_t *, size_t, uint32_t, mlxcx_buffer_t *);
1373 mlxcx_completionq_ent_t *, mlxcx_buffer_t *);
[all …]
H A Dmlxcx.c785 mlxcx_buffer_t *buf; in mlxcx_mlbs_teardown()
1416 mlxcx_buffer_t *b = arg; in mlxcx_bufs_cache_constr()
1418 bzero(b, sizeof (mlxcx_buffer_t)); in mlxcx_bufs_cache_constr()
1422 offsetof(mlxcx_buffer_t, mlb_tx_chain_entry)); in mlxcx_bufs_cache_constr()
1431 mlxcx_buffer_t *b = arg; in mlxcx_bufs_cache_destr()
1446 list_create(&s->mlbs_busy, sizeof (mlxcx_buffer_t), in mlxcx_mlbs_create()
1447 offsetof(mlxcx_buffer_t, mlb_entry)); in mlxcx_mlbs_create()
1448 list_create(&s->mlbs_free, sizeof (mlxcx_buffer_t), in mlxcx_mlbs_create()
1449 offsetof(mlxcx_buffer_t, mlb_entry)); in mlxcx_mlbs_create()
1451 offsetof(mlxcx_buffer_t, mlb_entry)); in mlxcx_mlbs_create()
[all …]
H A Dmlxcx_gld.c511 mlxcx_buffer_t *b; in mlxcx_mac_ring_tx()
840 mlxcx_buffer_t *buf; in mlxcx_mac_ring_stop()
893 list_create(&cq_buffers, sizeof (mlxcx_buffer_t), in mlxcx_mac_ring_stop()
894 offsetof(mlxcx_buffer_t, mlb_cq_entry)); in mlxcx_mac_ring_stop()
H A Dmlxcx_intr.c871 mlxcx_buffer_t *buf; in mlxcx_process_cq()