Lines Matching refs:txop
1371 uint8_t *txop, uint8_t *rxop) in lpfc_sc_to_bg_opcodes() argument
1380 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1386 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1392 *txop = BG_OP_IN_CSUM_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1409 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1415 *txop = BG_OP_IN_CRC_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1421 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1451 uint8_t *txop, uint8_t *rxop) in lpfc_bg_err_opcodes() argument
1459 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_bg_err_opcodes()
1465 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1471 *txop = BG_OP_IN_CRC_OUT_CSUM; in lpfc_bg_err_opcodes()
1484 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1490 *txop = BG_OP_IN_CSUM_OUT_CSUM; in lpfc_bg_err_opcodes()
1496 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_bg_err_opcodes()
1555 uint8_t txop, rxop; in lpfc_bg_setup_bpl() local
1557 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1570 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1593 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl()
1706 uint8_t txop, rxop; in lpfc_bg_setup_bpl_prot() local
1719 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
1733 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
1762 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl_prot()
1939 uint8_t txop, rxop; in lpfc_bg_setup_sgl() local
1950 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
1963 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
1995 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
2130 uint8_t txop, rxop; in lpfc_bg_setup_sgl_prot() local
2150 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2164 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2224 if (txop == BG_OP_IN_CRC_OUT_CRC) { in lpfc_bg_setup_sgl_prot()
2225 txop = BG_OP_RAW_MODE; in lpfc_bg_setup_sgl_prot()
2237 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()