Searched refs:pbc_flags (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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 | 1263 u64 *pbc_flags, u32 *hwords, in hfi1_make_rc_ack_9B() argument 1288 *pbc_flags |= ((!!(sc5 & 0x10)) << PBC_DC_INFO_SHIFT); in hfi1_make_rc_ack_9B() 1316 u64 *pbc_flags, u32 *hwords, in hfi1_make_rc_ack_16B() argument 1345 *pbc_flags |= PBC_PACKET_BYPASS | PBC_INSERT_BYPASS_ICRC; in hfi1_make_rc_ack_16B() 1369 u64 *pbc_flags, u32 *hwords, 1394 u64 pbc, pbc_flags = 0; in hfi1_send_rc_ack() local 1422 &pbc_flags, &hwords, &nwords); in hfi1_send_rc_ack() 1425 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, in hfi1_send_rc_ack()
|