Lines Matching refs:txop
1723 uint8_t *txop, uint8_t *rxop) in lpfc_sc_to_bg_opcodes() argument
1732 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1738 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1744 *txop = BG_OP_IN_CSUM_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1761 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1767 *txop = BG_OP_IN_CRC_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1773 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1803 uint8_t *txop, uint8_t *rxop) in lpfc_bg_err_opcodes() argument
1812 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_bg_err_opcodes()
1818 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1824 *txop = BG_OP_IN_CRC_OUT_CSUM; in lpfc_bg_err_opcodes()
1837 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1843 *txop = BG_OP_IN_CSUM_OUT_CSUM; in lpfc_bg_err_opcodes()
1849 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_bg_err_opcodes()
1908 uint8_t txop, rxop; in lpfc_bg_setup_bpl() local
1910 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1921 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1944 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl()
2057 uint8_t txop, rxop; in lpfc_bg_setup_bpl_prot() local
2070 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
2082 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
2111 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl_prot()
2287 uint8_t txop, rxop; in lpfc_bg_setup_sgl() local
2295 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
2306 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
2338 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
2430 uint8_t txop, rxop; in lpfc_bg_setup_sgl_prot() local
2449 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2461 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2494 if (txop == BG_OP_IN_CRC_OUT_CRC) { in lpfc_bg_setup_sgl_prot()
2495 txop = BG_OP_RAW_MODE; in lpfc_bg_setup_sgl_prot()
2507 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()