Lines Matching refs:txop
1359 * @txop: (out) BlockGuard operation for transmitted data
1367 uint8_t *txop, uint8_t *rxop)
1376 *txop = BG_OP_IN_CSUM_OUT_NODIF;
1382 *txop = BG_OP_IN_NODIF_OUT_CRC;
1388 *txop = BG_OP_IN_CSUM_OUT_CRC;
1405 *txop = BG_OP_IN_NODIF_OUT_CRC;
1411 *txop = BG_OP_IN_CRC_OUT_CRC;
1417 *txop = BG_OP_IN_CRC_OUT_NODIF;
1439 * @txop: (out) BlockGuard operation for transmitted data
1447 uint8_t *txop, uint8_t *rxop)
1455 *txop = BG_OP_IN_CRC_OUT_NODIF;
1461 *txop = BG_OP_IN_NODIF_OUT_CSUM;
1467 *txop = BG_OP_IN_CRC_OUT_CSUM;
1480 *txop = BG_OP_IN_NODIF_OUT_CSUM;
1486 *txop = BG_OP_IN_CSUM_OUT_CSUM;
1492 *txop = BG_OP_IN_CSUM_OUT_NODIF;
1551 uint8_t txop, rxop;
1553 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop);
1564 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop);
1587 bf_set(pde6_optx, pde6, txop);
1700 uint8_t txop, rxop;
1713 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop);
1725 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop);
1754 bf_set(pde6_optx, pde6, txop);
1931 uint8_t txop, rxop;
1942 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop);
1953 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop);
1985 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop);
2120 uint8_t txop, rxop;
2140 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop);
2152 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop);
2212 if (txop == BG_OP_IN_CRC_OUT_CRC) {
2213 txop = BG_OP_RAW_MODE;
2225 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop);