Lines Matching defs:ulp_submode
540 int ulp_submode)
549 V_TX_ULP_SUBMODE(ulp_submode) | V_TX_URG(0) | V_TX_SHOVE(shove));
911 * Not a bit in the TCB, but is a bit in the ulp_submode field of the
917 write_tx_data_iso(void *dst, u_int ulp_submode, uint8_t flags, uint16_t mss,
944 V_CPL_TX_DATA_ISO_HDRCRC(!!(ulp_submode & ULP_CRC_HEADER)) |
945 V_CPL_TX_DATA_ISO_PLDCRC(!!(ulp_submode & ULP_CRC_DATA)) |
968 u_int adjusted_plen, imm_data, ulp_submode;
1047 ulp_submode = mbuf_ulp_submode(sndptr);
1048 MPASS(ulp_submode < nitems(ulp_extra_len));
1050 adjusted_plen = plen + ulp_extra_len[ulp_submode] * npdu;
1079 adjusted_plen, credits, shove, ulp_submode | ULP_ISO);
1082 write_tx_data_iso(cpl_iso, ulp_submode,
1087 adjusted_plen, credits, shove, ulp_submode);