Searched refs:pbc_flags (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | ud.c | 655 u64 pbc, pbc_flags = 0; in return_cnp_16B() local 699 pbc_flags |= PBC_PACKET_BYPASS | PBC_INSERT_BYPASS_ICRC; in return_cnp_16B() 701 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, vl, plen); in return_cnp_16B() 714 u64 pbc, pbc_flags = 0; in return_cnp() local 751 pbc_flags |= (ib_is_sc5(sc5) << PBC_DC_INFO_SHIFT); in return_cnp() 753 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, vl, plen); in return_cnp()
|
D | rc.c | 757 u64 *pbc_flags, u32 *hwords, in hfi1_make_rc_ack_9B() argument 782 *pbc_flags |= ((!!(sc5 & 0x10)) << PBC_DC_INFO_SHIFT); in hfi1_make_rc_ack_9B() 805 u64 *pbc_flags, u32 *hwords, in hfi1_make_rc_ack_16B() argument 834 *pbc_flags |= PBC_PACKET_BYPASS | PBC_INSERT_BYPASS_ICRC; in hfi1_make_rc_ack_16B() 858 u64 *pbc_flags, u32 *hwords, 883 u64 pbc, pbc_flags = 0; in hfi1_send_rc_ack() local 911 &pbc_flags, &hwords, &nwords); in hfi1_send_rc_ack() 914 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, in hfi1_send_rc_ack()
|