Lines Matching refs:aob

1377 	if (buf->aob)  in qeth_free_out_buf()
1378 kmem_cache_free(qeth_qaob_cache, buf->aob); in qeth_free_out_buf()
1390 struct qaob *aob = buf->aob; in qeth_tx_complete_pending_bufs() local
1394 priv = (struct qeth_qaob_priv1 *)&aob->user1; in qeth_tx_complete_pending_bufs()
1400 qeth_compute_cq_notification(aob->aorc, 1); in qeth_tx_complete_pending_bufs()
1405 i < aob->sb_count && i < queue->max_elements; in qeth_tx_complete_pending_bufs()
1407 void *data = phys_to_virt(aob->sba[i]); in qeth_tx_complete_pending_bufs()
3562 struct qaob *aob = NULL; in qeth_flush_buffers() local
3585 if (!buf->aob) in qeth_flush_buffers()
3586 buf->aob = kmem_cache_zalloc(qeth_qaob_cache, in qeth_flush_buffers()
3588 if (buf->aob) { in qeth_flush_buffers()
3591 aob = buf->aob; in qeth_flush_buffers()
3592 priv = (struct qeth_qaob_priv1 *)&aob->user1; in qeth_flush_buffers()
3626 index, count, aob); in qeth_flush_buffers()
3730 static void qeth_qdio_handle_aob(struct qeth_card *card, struct qaob *aob) in qeth_qdio_handle_aob() argument
3732 struct qeth_qaob_priv1 *priv = (struct qeth_qaob_priv1 *)&aob->user1; in qeth_qdio_handle_aob()
3735 BUILD_BUG_ON(sizeof(*priv) > ARRAY_SIZE(aob->user1)); in qeth_qdio_handle_aob()
5864 struct qaob *aob = buffer->aob; in qeth_iqd_tx_complete() local
5868 if (!aob) { in qeth_iqd_tx_complete()
5878 priv = (struct qeth_qaob_priv1 *)&aob->user1; in qeth_iqd_tx_complete()
5896 notify = qeth_compute_cq_notification(aob->aorc, 0); in qeth_iqd_tx_complete()
5898 error = !!aob->aorc; in qeth_iqd_tx_complete()
5899 memset(aob, 0, sizeof(*aob)); in qeth_iqd_tx_complete()