Searched refs:hlc_sgl (Results 1 – 2 of 2) sorted by relevance
3075 bzero(&tx->hlc_sgl, sizeof (ibt_wr_ds_t)); in hermon_loopback_post_send()3079 tx->hlc_sgl.ds_va = tx->hlc_mrdesc.md_vaddr; in hermon_loopback_post_send()3080 tx->hlc_sgl.ds_key = tx->hlc_mrdesc.md_lkey; in hermon_loopback_post_send()3081 tx->hlc_sgl.ds_len = tx->hlc_buf_sz; in hermon_loopback_post_send()3087 tx->hlc_wr.wr_sgl = &tx->hlc_sgl; in hermon_loopback_post_send()
541 ibt_wr_ds_t hlc_sgl; member