Lines Matching defs:txop
1392 uint8_t *txop, uint8_t *rxop)
1401 *txop = BG_OP_IN_CSUM_OUT_NODIF;
1407 *txop = BG_OP_IN_NODIF_OUT_CRC;
1413 *txop = BG_OP_IN_CSUM_OUT_CRC;
1430 *txop = BG_OP_IN_NODIF_OUT_CRC;
1436 *txop = BG_OP_IN_CRC_OUT_CRC;
1442 *txop = BG_OP_IN_CRC_OUT_NODIF;
1472 uint8_t *txop, uint8_t *rxop)
1481 *txop = BG_OP_IN_CRC_OUT_NODIF;
1487 *txop = BG_OP_IN_NODIF_OUT_CSUM;
1493 *txop = BG_OP_IN_CRC_OUT_CSUM;
1506 *txop = BG_OP_IN_NODIF_OUT_CSUM;
1512 *txop = BG_OP_IN_CSUM_OUT_CSUM;
1518 *txop = BG_OP_IN_CSUM_OUT_NODIF;
1577 uint8_t txop, rxop;
1579 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop);
1590 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop);
1613 bf_set(pde6_optx, pde6, txop);
1726 uint8_t txop, rxop;
1739 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop);
1751 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop);
1780 bf_set(pde6_optx, pde6, txop);
1957 uint8_t txop, rxop;
1968 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop);
1979 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop);
2011 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop);
2145 uint8_t txop, rxop;
2165 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop);
2177 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop);
2238 if (txop == BG_OP_IN_CRC_OUT_CRC) {
2239 txop = BG_OP_RAW_MODE;
2251 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop);