Searched refs:pbc_flags (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | ud.c | 636 u64 pbc, pbc_flags = 0; in return_cnp_16B() local 681 pbc_flags |= PBC_PACKET_BYPASS | PBC_INSERT_BYPASS_ICRC; in return_cnp_16B() 683 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, vl, plen); in return_cnp_16B() 698 u64 pbc, pbc_flags = 0; in return_cnp() local 736 pbc_flags |= (ib_is_sc5(sc5) << PBC_DC_INFO_SHIFT); in return_cnp() 738 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, vl, plen); in return_cnp()
|
D | rc.c | 1264 u64 *pbc_flags, u32 *hwords, in hfi1_make_rc_ack_9B() argument 1289 *pbc_flags |= ((!!(sc5 & 0x10)) << PBC_DC_INFO_SHIFT); in hfi1_make_rc_ack_9B() 1317 u64 *pbc_flags, u32 *hwords, in hfi1_make_rc_ack_16B() argument 1346 *pbc_flags |= PBC_PACKET_BYPASS | PBC_INSERT_BYPASS_ICRC; in hfi1_make_rc_ack_16B() 1370 u64 *pbc_flags, u32 *hwords, 1395 u64 pbc, pbc_flags = 0; in hfi1_send_rc_ack() local 1423 &pbc_flags, &hwords, &nwords); in hfi1_send_rc_ack() 1426 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, in hfi1_send_rc_ack()
|