Lines Matching full:cqe
235 * @cqe: completion handler
248 struct ib_cqe cqe; member
266 * @cqe: completion handler
275 struct ib_cqe cqe; member
287 * @cqe: completion handler
295 struct ib_cqe cqe; member
578 iser_rx(struct ib_cqe *cqe) in iser_rx() argument
580 return container_of(cqe, struct iser_rx_desc, cqe); in iser_rx()
584 iser_tx(struct ib_cqe *cqe) in iser_tx() argument
586 return container_of(cqe, struct iser_tx_desc, cqe); in iser_tx()
590 iser_login(struct ib_cqe *cqe) in iser_login() argument
592 return container_of(cqe, struct iser_login_desc, cqe); in iser_login()