Lines Matching defs:ulp_submode
548 int ulp_submode)
557 V_TX_ULP_SUBMODE(ulp_submode) | V_TX_URG(0) | V_TX_SHOVE(shove));
979 * Not a bit in the TCB, but is a bit in the ulp_submode field of the
985 write_tx_data_iso(void *dst, u_int ulp_submode, uint8_t flags, uint16_t mss,
1012 V_CPL_TX_DATA_ISO_HDRCRC(!!(ulp_submode & ULP_CRC_HEADER)) |
1013 V_CPL_TX_DATA_ISO_PLDCRC(!!(ulp_submode & ULP_CRC_DATA)) |
1036 u_int adjusted_plen, imm_data, ulp_submode;
1115 ulp_submode = mbuf_ulp_submode(sndptr);
1116 MPASS(ulp_submode < nitems(ulp_extra_len));
1118 adjusted_plen = plen + ulp_extra_len[ulp_submode] * npdu;
1147 adjusted_plen, credits, shove, ulp_submode | ULP_ISO);
1150 write_tx_data_iso(cpl_iso, ulp_submode,
1155 adjusted_plen, credits, shove, ulp_submode);